Comment by mdnahas
2 years ago
PocketBase is trying to be a simple webserver, code-running backend, and database. I believe the author chose SQLite because it is simple. PocketBase isn't trying to have every feature nor be high performance.
2 years ago
PocketBase is trying to be a simple webserver, code-running backend, and database. I believe the author chose SQLite because it is simple. PocketBase isn't trying to have every feature nor be high performance.
Like Althttpd?
That’s the web server created by the SQLite team and also serves sqlite.org
https://sqlite.org/althttpd/doc/trunk/althttpd.md
Thanks for bringing it to my attention, never heard of it before. Have you used it?