Jonathan LaCour wrote:
[...] When you choose a database backend, you should be aware of the limitations of that database, and be prepared to deal with them. SQLite, for example, also doesn't really support transactions, [...]
SQLite certainly does support transactions. There might be limitations on how much concurrency you can get with SQLite, but it does properly support transactions.
-- Gerhard

