SQLite for a REST API Database?
matduggan.com·3d
💾SQLite
Preview
Report Post

When I wrote the backend for my Firefox time-wasting extension (here), I assumed I was going to be setting up Postgres. My setup is boilerplate and pretty boring, with everything running in Docker Compose for personal projects and then persistence happening in volumes.

However when I was working with it locally, I obviously used SQLite since that’s always the local option that I use. It’s very easy to work with, nice to back up and move around and in general is a pleasure to work with. As I was setting up the launch, I realized I really didn’t want to set up a database. There’s nothing wrong with having a Postgres container running, but I’d like to skip it if its possible.

Can you run SQLite for many readers…

Similar Posts

Loading similar posts...