MySQL vrs SQLite

Michael mogmios at mlug.missouri.edu
Wed May 5 15:01:44 EDT 2004


I'm considering changing a Python program of mine, that uses MySQL as 
it's db backend, to use SQLite. I'm mostly wanting something that can 
make my program a complete package without requiring the user install 
and configure an external db program. Has anyone experience with these? 
They both follow the same DB-API so the code should be pretty easy to 
port, right? Any draw backs to making this change?




More information about the Python-list mailing list