When to use
https://www.sqlite.org/whentouse.html
generally it is just write-constrained, so as long as an application doesn’t have multiple simultaneous writers (and you need to be quickly consistent?)
https://www.sqlite.org/whentouse.html
generally it is just write-constrained, so as long as an application doesn’t have multiple simultaneous writers (and you need to be quickly consistent?)