Skip to content

Commit acd391c

Browse files
committed
update README.md checklist
1 parent 18d4202 commit acd391c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,14 @@ This is suitable for:
2424
- [x] Script for creating a database and its user
2525
- [x] Set up postgres for feature comparison with cockroachdb
2626
- [ ] 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 ?
3030
- [ ] Example python code to use this cluster
3131
- [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?
3435

3536
### Prerequisites
3637

0 commit comments

Comments
 (0)