in-memory db? gadfly?
chris
chris.stromberger at gmail.com
Thu Sep 22 17:18:24 EDT 2005
More information about the Python-list mailing list
Thu Sep 22 17:18:24 EDT 2005
- Previous message (by thread): in-memory db? gadfly?
- Next message (by thread): Module import via sys.path and py2exe
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm looking for a completely in-memory sql db. I have seen gadfly, but its startup method seems to require a directory for the on-disk file storage. I have a script and I want to create a database/tables in the script, insert some data (not much), and execute some queries, all in-memory. Don't need to persist anything. Possible, or am I just talking crazy here? Thanks, Chris
- Previous message (by thread): in-memory db? gadfly?
- Next message (by thread): Module import via sys.path and py2exe
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list