|
|
|
|
|
by nigma
1382 days ago
|
|
There are many reasons for using other databases like PostgreSQL or MySQL in production - feature set, (managed) hosting, backup and replication, etc. SQLite is primarily embedded/local database and cannot be easily separated and shared over network [1] between multiple disposable backend/worker instances. [1] https://12factor.net/backing-services |
|