python database libraries installed on windows
|
| View previous topic :: View next topic |
| Author |
Message |
BigDaddy
Joined: 26 May 2006 Posts: 147
|
| Does anyone know of any python database libraries that can be installed on windows |
| |
|
|
|
|
WarChild
Joined: 24 Feb 2006 Posts: 46
|
pysqlite
mysql-python
You can find these and not only these at sourceforge. |
| |
|
|
Ikopar
Joined: 26 May 2006 Posts: 168
|
BigDaddy, For most of the common databases there are python bindings that are also ported to windows. Example is pygresql
But there are also python libs for windows available for sqlite,mysql and probably many others |
| |
|
|
|
|