SQLite
An embedded SQL database engine that runs inside the application rather than as a separate server.
- JE
Julia Evans quoted
Their wordsI read a bunch of blog posts about how it is totally fine to use SQLite in production for a small site and I think it is totally fine, but what I did not fully appreciate is that SQLite is still a database, databases are complicated, and I do not know a lot about operating databases.