sql but... without server

David Rushby woodsplitter at rocketmail.com
Thu Apr 25 18:54:32 EDT 2002


> I  would like to use sql database with python but I do not want to
> install any sql server.
>
> I would like to use sql engine as a standalone file (e.g. dll).

SQLite is probably a good solution:
http://www.hwaci.com/sw/sqlite/

There are at least two *very* immature Python bindings floating around, so
your mileage may vary.






More information about the Python-list mailing list