@fallenhitokiri@social.screamingatmyscreen.com
Post #2445472
2023-09-21 11:12 UTC
@tomw@mastodon.social fair points - I have some reservations when it comes to MySQL on past experience, but SQLite would likely serve many companies well enough and tremendously reduce complexity.
Replies (1)
-
@nichtich@openbiblio.social 2023-09-26 04:55
@fallenhitokiri@social.screamingatmyscreen.com @tomw@mastodon.social the ability to embed SQLite to avoid dependency on another service is gold. We also had cases where SQLite was measured faster than PostgreSQL/MySQL (esp. when data is updated rarely) but most imporant is time spend on setup, integration and debugging.