Ask HN: I think most SaaS can work well SQLite. Prove me wrong
I think most SaaS vendors over-complicate things, especially in the beginning of the startup journey. Using simple technologies like SQLite can significantly reduce the complexity of the project, when compared to other database technologies.
what do you think?
18 comments
[ 5.0 ms ] story [ 56.4 ms ] threadPostgres is great, and I used it in my previous business, but sometimes, it's an overkill.
As a stupid example, lets say you’ve reached a write bottleneck.
You can custom compile it in, to be fair. https://www.sqlite.org/src/doc/trunk/ext/userauth/user-auth....
SQLite is quite powerful and as you said, really simple. Also, the documentation is easy to follow.