Exactly, there are use cases where SQLite makes sense but you also want to make it faster. I really don't get why there isn't a more portable Postgres.
There is, you can even run PG under wasm if you are desperate. :)
SQLite is probably the better option here and in most places where you want portability though.
There is, you can even run PG under wasm if you are desperate. :)
SQLite is probably the better option here and in most places where you want portability though.