🙋🏻 FAQ
What databases are supported?
Currently only SQLite (with better-sqlite3 or sql.js driver) and PostgreSQL (with node-postgres driver) are supported. MySQL will be added in the future. There's no plan to support other relational databases or NoSQL databases.
What JavaScript runtimes are supported?
- Node.js: systematically tested.
- Bun: passed basic end-to-end tests.
- Vercel Edge Runtime: passed basic end-to-end tests.
- Deno: not tested.