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....
### Privileged issue - [X] I'm @tiangolo or he asked me directly to create an issue here. ### Issue Content "Why do I get the error 'greenlet_spawn has not been...
This will update the link reference in the [features](https://sqlmodel.tiangolo.com/features/) section to the latest available survey.
### 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....
Reported here #735 Version 0.0.14 added support for pydantic v2 (while keeping support for v1). In this particular case `regex` kwarg to `Field` class is getting silently ignored by pydantic...
### 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....
On the "Update Data with FastAPI", towards the bottom of the page, one of the "/// tip" is missing the "///": /// tip Before SQLModel 0.0.14, the method was called...
### 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....
Hi all! I've made this documentation PR after encountering [issue 196](https://github.com/tiangolo/sqlmodel/issues/196#issuecomment-1884097452). Many devs are accustomed to using the `from __future__ import annotations` import when working with forward references. Even though...
Most SQL languages support datetime, date, and time as different data types. Nevertheless, SQLModel's expression.py supports only datetime type. Since you can also use date and other types in model...