File tree 1 file changed +6
-5
lines changed 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,14 @@ This is suitable for:
24
24
- [x] Script for creating a database and its user
25
25
- [x] Set up postgres for feature comparison with cockroachdb
26
26
- [ ] Example nodejs code to use this cluster
27
- - pg and pg-migrate ?
28
- - knex.js?
29
- - https://sqorn.org/benchmarks.html ?
27
+ - [ ] pg and pg-migrate ?
28
+ - [ ] knex.js?
29
+ - [ ] https://sqorn.org/benchmarks.html ?
30
30
- [ ] Example python code to use this cluster
31
31
- [x] using psycopg3 directly
32
- - sqlalchemy core and alembic? (alembic is too massive to be useful)
33
- - sqlalchemy core and yoyo-migrations?
32
+ - [x] using yoyo migrations
33
+ - ~~ [ ] sqlalchemy core and alembic? (alembic is too coupled with sqlalchemy for my taste)~~
34
+ - [ ] sqlalchemy core and yoyo-migrations?
34
35
35
36
### Prerequisites
36
37
You can’t perform that action at this time.
0 commit comments