|
|
|
|
|
by chmike
3651 days ago
|
|
SQLite is Ok, but write access must be synchronized.
I used it for my Flask (Python) application and was forced to switch to PostgreSQL because of synchronization problems. I would prefer sticking with SQLite which was simpler to manage. The author doesn't say a word about synchronization when writing to SQLite. |
|