File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- export default 40 ;
1
+ export default 70 ;
Original file line number Diff line number Diff line change 5
5
- [x] Brocli integration to Drizzle Kit
6
6
- [ ] Generated SQL migration strict mode without ` try catches ` and ` if not exists `
7
7
- [x] Drizzle Kit goes OSS steam 🎉
8
- - [ ] PostgreSQL enums alternations improvements
8
+ - [x ] PostgreSQL enums alternations improvements
9
9
- [ ] PostgreSQL RLS support
10
- - [ ] ` check ` constraint support in Drizzle Kit
10
+ - [x ] ` check ` constraint support in Drizzle Kit
11
11
- [x] Exposed API for programmatic access in Drizzle Kit
12
- - [ ] ` materialised views ` support in Drizzle Kit
12
+ - [x ] ` materialised views ` support in Drizzle Kit
13
13
- [ ] Drizzle Kit support for consuming schemas and migrations from Prisma, TypeORM and Sequelise to enrich ->Drizzle migration process
14
14
- [ ] Drizzle Studio ` mkcert ` fixes for dockerised environments
15
15
22
22
- [ ] Down migrations, better rollbacks and improvements to ` migrate ` experience in Drizzle Kit
23
23
- [x] Optional database aliases for columns in table declarations -> ` id: serial() `
24
24
- [ ] PostgreSQL RLS support
25
- - [ ] Relational Querie V2 API
25
+ - [ ] Relational Queries V2 API
26
26
- [x] ` drizzle('pg', ...) ` driver instantiation to lower the entrance learning curve
27
27
- [ ] CockroachDB support (supported with strict SQL migrations)
28
28
- [ ] Native seeding
You can’t perform that action at this time.
0 commit comments