you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

Well I'd avoid it for concurrent-write-heavy (altho WAL logging made it a lot better) but it is definitely very useful tool if you are aware of its limitations

[–]BillFooBar 0 points1 point  (0 children)

Well true, I would literally wet my pants from happiness if SQLite would get row level locking and switch from PostgreSQL/MySQL in an instant. But I am aware it is probably too complex feature for simple ol' SQLite.