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

### Privileged issue - [X] I'm @tiangolo or he asked me directly to create an issue here. ### Issue Content the doc is outdate because it's still using poetry while...

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...

dependencies
python

Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 2 to 3. Release notes Sourced from dorny/paths-filter's releases. v3.0.0 What's Changed Update README.md: added real world usage example by @​iamtodor in dorny/paths-filter#178 Update Node.js to version...

dependencies
github_actions

black and jinja2 may only be available via VIRTUAL_ENV or PYTHONPATH

internal

Bumps [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) from 0.23.0 to 0.25.1. Release notes Sourced from mkdocstrings[python]'s releases. 0.25.1 0.25.1 - 2024-05-05 Compare with 0.25.0 Bug Fixes Always descend into sub-headings when re-applying their label (cb86e08...

dependencies
python

Bumps [griffe-typingdoc](https://github.com/mkdocstrings/griffe-typingdoc) from 0.2.2 to 0.2.5. Release notes Sourced from griffe-typingdoc's releases. 0.2.5 0.2.5 - 2024-02-08 Compare with 0.2.4 Bug Fixes Support simple return annotations (b4afabe by Timothée Mazzucotelli). [Issue...

dependencies
python

Bumps [cairosvg](https://github.com/Kozea/CairoSVG) from 2.7.0 to 2.7.1. Release notes Sourced from cairosvg's releases. 2.7.1 Don’t draw clipPath when defined after reference Handle evenodd fill rule with gradients and patterns Fix ratio...

dependencies
python
internal

Taking care of ``` DeprecationWarning: on_event is deprecated, use lifespan event handlers instead. Read more about it in the [FastAPI docs for Lifespan Events](https://fastapi.tiangolo.com/advanced/events/). ``` in the [FastAPI and Pydantic...

docs

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

**Description:** This pull request introduces a **CrudRepository** interface inspired by Spring-Boot ORM conventions, offering a convenient abstraction layer for database operations. The primary goal is to streamline database interactions for...

feature