Skip to content

Commit 2121f65

Browse files
committed
Add progress updates
1 parent abc5893 commit 2121f65

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/data/progress.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default 40;
1+
export default 70;

src/data/roadmap.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
- [x] Brocli integration to Drizzle Kit
66
- [ ] Generated SQL migration strict mode without `try catches` and `if not exists`
77
- [x] Drizzle Kit goes OSS steam 🎉
8-
- [ ] PostgreSQL enums alternations improvements
8+
- [x] PostgreSQL enums alternations improvements
99
- [ ] PostgreSQL RLS support
10-
- [ ] `check` constraint support in Drizzle Kit
10+
- [x] `check` constraint support in Drizzle Kit
1111
- [x] Exposed API for programmatic access in Drizzle Kit
12-
- [ ] `materialised views` support in Drizzle Kit
12+
- [x] `materialised views` support in Drizzle Kit
1313
- [ ] Drizzle Kit support for consuming schemas and migrations from Prisma, TypeORM and Sequelise to enrich ->Drizzle migration process
1414
- [ ] Drizzle Studio `mkcert` fixes for dockerised environments
1515

@@ -22,7 +22,7 @@
2222
- [ ] Down migrations, better rollbacks and improvements to `migrate` experience in Drizzle Kit
2323
- [x] Optional database aliases for columns in table declarations -> `id: serial()`
2424
- [ ] PostgreSQL RLS support
25-
- [ ] Relational Querie V2 API
25+
- [ ] Relational Queries V2 API
2626
- [x] `drizzle('pg', ...)` driver instantiation to lower the entrance learning curve
2727
- [ ] CockroachDB support (supported with strict SQL migrations)
2828
- [ ] Native seeding

0 commit comments

Comments
 (0)