sqlmodel icon indicating copy to clipboard operation
sqlmodel copied to clipboard

SQL databases in Python, designed for simplicity, compatibility, and robustness.

Results 350 sqlmodel issues
Sort by recently updated
recently updated
newest added

### 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....

docs
question
investigate

### 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....

question
investigate

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...

dependencies
python

### 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....

question
investigate

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...

internal

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...

feature
conflicts

### 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....

feature

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...

docs
feature
conflicts

### 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....

question

### 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....

question