🙋🏻 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?
Currently only Node.js is tested. Please voice your interest if you want support for other runtimes such as Bun or Deno.