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
15 changes: 8 additions & 7 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@
- [x] init
- [x] validate
- [ ] format
- [ ] db seed
- [ ] plugin mechanism
- [ ] built-in plugins
- [ ] ts
- [ ] prisma
- [x] plugin mechanism
- [x] built-in plugins
- [x] ts
- [x] prisma
- [ ] ZModel
- [ ] Import
- [x] Import
- [ ] View support
- [ ] ORM
- [x] Create
Expand Down Expand Up @@ -85,11 +84,12 @@
- [x] Custom field name
- [ ] Strict undefined checks
- [ ] DbNull vs JsonNull
- [ ] Migrate to tsdown
- [ ] Benchmark
- [x] Plugin
- [x] Post-mutation hooks should be called after transaction is committed
- [x] TypeDef and mixin
- [ ] Strongly typed JSON
- [x] Strongly typed JSON
- [x] Polymorphism
- [x] ZModel
- [x] Runtime
Expand All @@ -105,3 +105,4 @@
- [x] SQLite
- [x] PostgreSQL
- [ ] Multi-schema
- [ ] MySQL
Loading