Skip to content

Commit 40e50ca

Browse files
authored
doc: misc updates (#519)
1 parent fa7038e commit 40e50ca

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

versioned_docs/version-3.x/faq.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ sidebar_position: 100
1212

1313
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.
1414

15+
## What JavaScript runtimes are supported?
16+
17+
Currently only Node.js is tested. Please voice your interest if you want support for other runtimes such as Bun or Deno.

versioned_docs/version-3.x/roadmap.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ This is a list of major features that are planned for the future releases of Zen
1111
- [x] Performance benchmark
1212
- [x] Query-as-a-Service (automatic CRUD API)
1313
- [x] TanStack Query integration
14+
- [ ] Databases
15+
- [ ] MySQL
1416
- [ ] Zod utility
1517
- [ ] Custom functions
1618
- [ ] Custom procedures

0 commit comments

Comments
 (0)