Skip to content

Commit 856dc5e

Browse files
authored
update to prisma 6.14 (#182)
1 parent 98668e8 commit 856dc5e

File tree

3 files changed

+210
-45
lines changed

3 files changed

+210
-45
lines changed

TODO.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@
99
- [x] init
1010
- [x] validate
1111
- [ ] format
12-
- [ ] db seed
13-
- [ ] plugin mechanism
14-
- [ ] built-in plugins
15-
- [ ] ts
16-
- [ ] prisma
12+
- [x] plugin mechanism
13+
- [x] built-in plugins
14+
- [x] ts
15+
- [x] prisma
1716
- [ ] ZModel
18-
- [ ] Import
17+
- [x] Import
1918
- [ ] View support
2019
- [ ] ORM
2120
- [x] Create
@@ -85,11 +84,12 @@
8584
- [x] Custom field name
8685
- [ ] Strict undefined checks
8786
- [ ] DbNull vs JsonNull
87+
- [ ] Migrate to tsdown
8888
- [ ] Benchmark
8989
- [x] Plugin
9090
- [x] Post-mutation hooks should be called after transaction is committed
9191
- [x] TypeDef and mixin
92-
- [ ] Strongly typed JSON
92+
- [x] Strongly typed JSON
9393
- [x] Polymorphism
9494
- [x] ZModel
9595
- [x] Runtime
@@ -105,3 +105,4 @@
105105
- [x] SQLite
106106
- [x] PostgreSQL
107107
- [ ] Multi-schema
108+
- [ ] MySQL

0 commit comments

Comments
 (0)