So it's the "Supabase of SQLite"? Aren't there entire classes of problems that shouldn't exist for SQLite because it's intended to be an embedded database, as opposed to a client/server architecture like Postgres/Supabase? And as such, I'm confused why this exists.
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.
That’s the web server created by the SQLite team and also serves sqlite.org