korrents

SQLite

An embedded SQL database engine that runs inside the application rather than as a separate server.

What people on korrents have said about SQLite, newest first — 1 position from 1 person.

  1. JE

    Julia Evans quoted

    SQLite is a fine production database for a small site, but running it well is more complicated than the "SQLite in production is totally fine" blog posts make it sound.

    I 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.

    Learning a few things about running SQLitejvns.ca