Skip to content

Commit 05b2164

Browse files
authored
Update README.md
1 parent ea296ec commit 05b2164

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
- [ ] Tests - 90% Complete
1515
- [x] Model class to create SQLAlchemy Models and Declarative Base
1616
- [x] SQLAlchemy model export to dictionary through `model.dict(exclude={'x', 'y', 'z'})`
17-
- [x] Support multiple database configuration in Models and in Query
17+
- [x] Support multiple database configurations in Models and in Query
1818
- [x] Session to manage Model metadata
1919
- [x] Service to manage Engine and Session creation and Migration initialization for async and sync Engines and Sessions
2020
- [x] Alembic env.py with async first `run_migrations_online` action
2121
- [x] Expose all alembic commands to Ellar CLI
2222
- [x] Module to config and setup SQLAlchemy dependencies and migration
23-
- [ ] SQLAlchemy Pagination for both templating and api routes
23+
- [ ] SQLAlchemy Pagination for both templating and API routes
2424
- [x] File and Image SQLAlchemy Columns integrated with ellar storage
2525
- [ ] SQLAlchemy Django Like Query
2626
- [ ] Documentation

0 commit comments

Comments
 (0)