Skip to content

Commit ea296ec

Browse files
authored
Update README.md
1 parent 981512d commit ea296ec

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010

1111
## Project Status
1212

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
2727

2828
## Introduction
2929
Ellar SQLAlchemy Module simplifies the integration of SQLAlchemy and Alembic migration tooling into your ellar application.

0 commit comments

Comments
 (0)