🙋🏻 FAQ
What databases are supported?
SQLite (with better-sqlite3 or sql.js driver), PostgreSQL (with node-postgres driver or @neondatabase/serverless), and MySQL (with mysql2 driver) are supported. 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.