|
1 | 1 | # SQLModel-CRUD-Utilities |
2 | | -A set of CRUD utilities to expedite operations with SQLModel. |
| 2 | +A set of CRUD utilities to expedite operations with SQLModel. |
3 | 3 |
|
4 | 4 | ## Instructions |
5 | 5 |
|
6 | | -- Run `pip install sqlmodel_crud_utils` or add `sqlmodel_crud_utils` to your |
| 6 | +- Run `pip install sqlmodel_crud_utils` or add `sqlmodel_crud_utils` to your |
7 | 7 | requirements files |
8 | | -- Declare the value for the `SQL_DIALECT` environmental variable. It can either |
9 | | - be actively loaded within the environment or added to a `.env` file, courtesy |
| 8 | +- Declare the value for the `SQL_DIALECT` environmental variable. It can either |
| 9 | + be actively loaded within the environment or added to a `.env` file, courtesy |
10 | 10 | of `dotenv`. |
11 | 11 | - For a list of available native and 3rd party dialects, please see here: https://docs.sqlalchemy.org/en/20/dialects/#included-dialects |
12 | 12 |
|
13 | 13 | ## Inspiration |
14 | | -The reason behind creating this package was to streamline the CRUD operations |
15 | | -across multiple personal and team-based projects that rely on SQLModel for its |
16 | | -ORM operations. |
| 14 | +The reason behind creating this package was to streamline the CRUD operations |
| 15 | +across multiple personal and team-based projects that rely on SQLModel for its |
| 16 | +ORM operations. |
17 | 17 |
|
18 | | -Because of existing commitments to SQLModel within the tech stack of multiple |
19 | | -projects, this package will be continuously supported and developed. A close eye |
20 | | -will be kept on the SQLModel's ongoing roadmap and eventual uplift to SQLAlchemy |
| 18 | +Because of existing commitments to SQLModel within the tech stack of multiple |
| 19 | +projects, this package will be continuously supported and developed. A close eye |
| 20 | +will be kept on the SQLModel's ongoing roadmap and eventual uplift to SQLAlchemy |
21 | 21 | 2.0 and Pydantic 2.0. |
22 | 22 | ## Development Roadmap |
23 | 23 | - [ ] Release working Alpha version |
|
0 commit comments