|
10 | 10 |
|
11 | 11 | ## Project Status |
12 | 12 |
|
13 | | -[] Overall Completion - 80% done |
14 | | -[] Tests - 90% Complete |
15 | | -[x] Model class to create SQLAlchemy Models and Declarative Base |
16 | | -[x] SQLAlchemy model export to dictionary through `model.dict(exclude={'x', 'y', 'z'})` |
17 | | -[x] Support multiple database configuration in Models and in Query |
18 | | -[x] Session to manage Model metadata |
19 | | -[x] Service to manage Engine and Session creation and Migration initialization for async and sync Engines and Sessions |
20 | | -[x] Alembic env.py with async first `run_migrations_online` action |
21 | | -[x] Expose all alembic commands to Ellar CLI |
22 | | -[x] Module to config and setup SQLAlchemy dependencies and migration |
23 | | -[] SQLAlchemy Pagination for both templating and api routes |
24 | | -[x] File and Image SQLAlchemy Columns integrated with ellar storage |
25 | | -[] SQLAlchemy Django Like Query |
26 | | -[] Documentation |
| 13 | +- [ ] Overall Completion - 80% done |
| 14 | +- [ ] Tests - 90% Complete |
| 15 | +- [x] Model class to create SQLAlchemy Models and Declarative Base |
| 16 | +- [x] SQLAlchemy model export to dictionary through `model.dict(exclude={'x', 'y', 'z'})` |
| 17 | +- [x] Support multiple database configuration in Models and in Query |
| 18 | +- [x] Session to manage Model metadata |
| 19 | +- [x] Service to manage Engine and Session creation and Migration initialization for async and sync Engines and Sessions |
| 20 | +- [x] Alembic env.py with async first `run_migrations_online` action |
| 21 | +- [x] Expose all alembic commands to Ellar CLI |
| 22 | +- [x] Module to config and setup SQLAlchemy dependencies and migration |
| 23 | +- [ ] SQLAlchemy Pagination for both templating and api routes |
| 24 | +- [x] File and Image SQLAlchemy Columns integrated with ellar storage |
| 25 | +- [ ] SQLAlchemy Django Like Query |
| 26 | +- [ ] Documentation |
27 | 27 |
|
28 | 28 | ## Introduction |
29 | 29 | Ellar SQLAlchemy Module simplifies the integration of SQLAlchemy and Alembic migration tooling into your ellar application. |
|
0 commit comments