| ▲ | replwoacause 2 hours ago | ||||||||||||||||
I use SQLite for everything, and I'm perfectly happy with it. I'm aware of the concurrent writer issues, but at my scale it doesn't even matter. | |||||||||||||||||
| ▲ | zulux 39 minutes ago | parent | next [-] | ||||||||||||||||
Perfectly reasonable: I'm a huge PG fan, so I start everything with it, but SQLite is sane, and it generally has a happy upgrade path to PG If you need it. | |||||||||||||||||
| |||||||||||||||||
| ▲ | joewils an hour ago | parent | prev | next [-] | ||||||||||||||||
Same, I posted some corrections to Dr. Bauer's article: https://joecode.com/2026-08-19-sqlite3/ | |||||||||||||||||
| ▲ | bensyverson an hour ago | parent | prev | next [-] | ||||||||||||||||
Yes, especially for a web app where there’s realistically only a need for one VM/server. By the time you outgrow that approach, a very straightforward migration to Postgres is probably the least complex problem you face. | |||||||||||||||||
| ▲ | Thaxll 26 minutes ago | parent | prev | next [-] | ||||||||||||||||
The main issue with SQLite is the very poor type system, after testing it for an app I was shocked. | |||||||||||||||||
| |||||||||||||||||
| ▲ | taoh an hour ago | parent | prev [-] | ||||||||||||||||
[dead] | |||||||||||||||||