sql but... without server

Steve Holden sholden at holdenweb.com
Thu Apr 25 10:04:11 EDT 2002


"Johann" <programisci at NOSPAM.murator.com.pl> wrote ...
> 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).
>
> It is because I wanted to prepare a standalone application which run
> from CD without any servers or network connection.
>
> Do anone have any experience with similar task?
>

If you are prepared to accept a restricted version of SQL, Gadfly
(www.chordate.com) might be just the thing for you. No DLLs, it's a SQL
database written only in Python.

regards
 Steve
--

home: http://www.holdenweb.com/
Python Web Programming:
http://pydish.holdenweb.com/pwp/








More information about the Python-list mailing list