On 02/18/2015 09:09 PM, Ben Finney wrote > memilanuk <memila...@gmail.com> writes: >[...] > If you want networked access, you need concurrent access and access > permissions, etc.
Sqlite has concurrent access. It doesn't have concurrent access that will support a large number of writers or high volume of writes. As for access permissions, it is common, even with Postgresql to do all database access through a single Postgresql user and to implement authorization and access permission in the application. > SQLite does not have concurrent access. Once you require concurrent > access, you need something more complex, like PostgreSQL. Please read https://www.sqlite.org/faq.html#q5 >[...] -- https://mail.python.org/mailman/listinfo/python-list