Is this for running an SQL database, then using a separate python module to access the database?


 
On 15 Sep 2005 21:31:27 -0700, gsteff <[EMAIL PROTECTED]> wrote:
SQLite rocks, its definitely the way to go.  Its binary is around 250K,
but it supports more of the SQL standard than MySQL.  It CAN be thread
safe, but you have to compile it with a threadsafe macro enabled..
check out www.sqlite.org for more info.  The windows binaries
apparently are compiled with this option, but the Linux binaries are
not, so if you're on Linux, you'll have to compile it yourself, which
isn't hard.

--
http://mail.python.org/mailman/listinfo/python-list



--
edward hotchkiss
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to