File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments