sqlmodel
sqlmodel copied to clipboard
SQL databases in Python, designed for simplicity, compatibility, and robustness.
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....
Updates the requirements on [dirty-equals](https://github.com/samuelcolvin/dirty-equals) to permit the latest version. Commits 5da8ed1 fix docs publish, remove outdated optional dependency 78a9922 uprev 9d57b5a fix coverage after dropping 3.7 (#91) 2708fbc better...
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....
I have added Python 3.11 to the GitHub Actions test workflow for this library. I plan to use Python 3.11 for work, so I want to make sure that this...
1. update **\__init__.py** file so import can now be found using `from sqlmodel.ext.asyncio import AsyncSession` which obeys the import format of sqlalchemy https://github.com/tiangolo/sqlmodel/issues/626#issuecomment-1672311902 2. add tests to AsyncSession utilizing testcontainers...
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....
This is an to integrates Alembic within SqlModel (mentioned in https://github.com/tiangolo/sqlmodel/issues/654) Implementation is pretty straight forward and lays fundation to provide an extendible `sqlmodel` CLI through `sqlmodel` entrypoints. (though about...
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....