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....
# TL;DR: I opened a PR that fixes this (#58). It is being ignored by maintainers for almost a year. ### First Check - [X] I added a very descriptive...
### 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....
Issue #370 is a common usecase and there have been a few other questions about how to implement `created_at` or `updated_at` timestamps in rows. This PR adds examples to the...
### 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....
### 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....
### 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 PR adds an argument to `Field` to specify arguments for SQLAlchemy types. It also moves `Enum` above `str` when determining the SQLAlchemy type so that classes that extend both...