[wxpython-users] a bit OT, db for deploying w/ wx on OS X?
Mike Driscoll
mdriscoll at co.marshall.ia.us
Fri Apr 18 12:28:23 PDT 2008
Rickey, Kyle W wrote:
> Iain, perhaps you could consider using the built-in python module
> sqlite3. It lets you create local database files pretty easily. I'm not
> sure if it supports multiple users accessing it at once though.
>
> -Kyle Rickey
>
>
I'm no database expert, but the sqlite docs seem to indicate that it
does support concurrency. However, I seem to recall that it wasn't
particularly robust. You can read up on it here, though:
http://www.sqlite.org/lockingv3.html
Mike
More information about the wxpython-users
mailing list