|
|
|
|
|
by eduction
13 days ago
|
|
HN… for the love of god… please please stop trying to make SQLite be something it isn’t. Leave this poor project alone. It’s a great tool if you want to give a local app its own database. If you need concurrent writes and full ACID guarantees of an industrial strength database, use an industrial strength database. Yes, other databases will require you to read more manual pages and configure a service. Higher up front cost. Not “lightweight.” But given enough operating time there is a certain unarguable lightness to using the right tool for the job. |
|
- https://sqlite.org/testing.html
- https://sqlite.org/mostdeployed.html
EDIT: added links