Re: Database
Giovanni Petrucciani <[email protected]>
| Newsgroups | gmane.comp.python.windows-ce |
|---|---|
| Message-ID | <[email protected]> |
dan2cil wrote:
>Which database is possible to use with Python CE?
>
>
SQlite works; the only caveat is that you have to load two dlls (the
sqlite dll and the c part of the pysqlite module), and so it consumes
some memory
You can get a binary build of sqlite on
http://area51.sns.it/users/giovanni/python/
Giovanni