Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions versioned_docs/version-3.x/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ sidebar_position: 100

Currently only SQLite (with [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) or [sql.js](https://github.com/sql-js/sql.js) driver) and PostgreSQL (with [node-postgres](https://github.com/brianc/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.
2 changes: 2 additions & 0 deletions versioned_docs/version-3.x/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ This is a list of major features that are planned for the future releases of Zen
- [x] Performance benchmark
- [x] Query-as-a-Service (automatic CRUD API)
- [x] TanStack Query integration
- [ ] Databases
- [ ] MySQL
- [ ] Zod utility
- [ ] Custom functions
- [ ] Custom procedures
Expand Down