Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
alejsdev
/
sqlmodel
Public
forked from
fastapi/sqlmodel
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
sqlmodel
sqlmodel
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 31, 2024
🔖 Release version 0.0.22
tiangolo
committed
016b2ba
View commit details
Copy full SHA for 016b2ba
View code at this point
Browse repository at this point
🐛 Fix support for types with `Optional[Annoated[x, f()]]`, e.g. `id: Optional[pydantic.UUID4]` (#1093)
tiangolo
authored
a14ab0b
View commit details
Copy full SHA for a14ab0b
View code at this point
Browse repository at this point
Commits on Jul 21, 2024
🔖 Release version 0.0.21
tiangolo
committed
458e088
View commit details
Copy full SHA for 458e088
View code at this point
Browse repository at this point
✨ Add support for cascade delete relationships: `cascade_delete`, `ondelete`, and `passive_deletes` (#983)
Show description for 86ab09f
3 people
authored
86ab09f
View commit details
Copy full SHA for 86ab09f
View code at this point
Browse repository at this point
Commits on Jul 17, 2024
🔖 Release version 0.0.20
tiangolo
committed
b8d7f4f
View commit details
Copy full SHA for b8d7f4f
View code at this point
Browse repository at this point
✨ Add official UUID support, docs and tests, internally using new SQLAlchemy 2.0 types (#992)
Show description for 95936bb
3 people
authored
95936bb
View commit details
Copy full SHA for 95936bb
View code at this point
Browse repository at this point
Commits on Jun 4, 2024
✏️ Fix typo in `sqlmodel/_compat.py` (#950)
Highfire1
authored
e7c62fc
View commit details
Copy full SHA for e7c62fc
View code at this point
Browse repository at this point
🔖 Release version 0.0.19
tiangolo
committed
4590963
View commit details
Copy full SHA for 4590963
View code at this point
Browse repository at this point
⬆️ Upgrade Ruff and Black (#968)
Show description for b560e9d
tiangolo
and
pre-commit-ci[bot]
authored
b560e9d
View commit details
Copy full SHA for b560e9d
View code at this point
Browse repository at this point
🐛 Fix pydantic `EmailStr` support and `max_length` in several String subclasses (#966)
estebanx64
authored
1d43bd8
View commit details
Copy full SHA for 1d43bd8
View code at this point
Browse repository at this point
♻️ Refactor generate select template to isolate templated code to the minimum (#967)
Show description for d165e4b
tiangolo
and
pre-commit-ci[bot]
authored
d165e4b
View commit details
Copy full SHA for d165e4b
View code at this point
Browse repository at this point
🐛 Fix set varchar limit when `max_length` is set on Pydantic models using Pydantic v2 (#963)
Show description for 5bb4cff
estebanx64
and
tiangolo
authored
5bb4cff
View commit details
Copy full SHA for 5bb4cff
View code at this point
Browse repository at this point
Commits on Apr 30, 2024
🔖 Release version 0.0.18
tiangolo
committed
900e0d3
View commit details
Copy full SHA for 900e0d3
View code at this point
Browse repository at this point
✨ Add sqlmodel-slim setup (#916)
tiangolo
authored
9ebbf25
View commit details
Copy full SHA for 9ebbf25
View code at this point
Browse repository at this point
Commits on Apr 29, 2024
🔖 Release version 0.0.17
tiangolo
committed
0431c5b
View commit details
Copy full SHA for 0431c5b
View code at this point
Browse repository at this point
🔧 Migrate from Poetry to PDM for the internal build config (#912)
tiangolo
authored
0b4989d
View commit details
Copy full SHA for 0b4989d
View code at this point
Browse repository at this point
♻️ Refactor types to properly support Pydantic 2.7 (#913)
tiangolo
authored
2454694
View commit details
Copy full SHA for 2454694
View code at this point
Browse repository at this point
Commits on Feb 17, 2024
🔖 Release version 0.0.16
tiangolo
committed
6b56235
View commit details
Copy full SHA for 6b56235
View code at this point
Browse repository at this point
✨ Add new method `sqlmodel_update()` to update models in place, including an `update` parameter for extra data (#804)
tiangolo
authored
fa12c5d
View commit details
Copy full SHA for fa12c5d
View code at this point
Browse repository at this point
🔖 Release version 0.0.15
tiangolo
committed
7fec884
View commit details
Copy full SHA for 7fec884
View code at this point
Browse repository at this point
🐛 Fix class initialization compatibility with Pydantic and SQLModel, fixing errors revealed by the latest Pydantic (#807)
tiangolo
authored
1b7b3aa
View commit details
Copy full SHA for 1b7b3aa
View code at this point
Browse repository at this point
Commits on Dec 10, 2023
👷 Fix GitHub Actions build docs filter paths for GitHub workflows (#738)
Show description for 8419545
tiangolo
authored
8419545
View commit details
Copy full SHA for 8419545
View code at this point
Browse repository at this point
Commits on Dec 4, 2023
🔖 Release version 0.0.14
tiangolo
committed
b892504
View commit details
Copy full SHA for b892504
View code at this point
Browse repository at this point
✨ Add support for Pydantic v2 (while keeping support for v1 if v2 is not available), including initial work by AntonDeMeester (#722)
Show description for fa2f178
5 people
authored
fa2f178
View commit details
Copy full SHA for fa2f178
View code at this point
Browse repository at this point
🔖 Release version 0.0.13
tiangolo
committed
5b733b3
View commit details
Copy full SHA for 5b733b3
View code at this point
Browse repository at this point
♻️ Refactor type generation of selects re-order to prioritize models to optimize editor support (#718)
tiangolo
authored
853d787
View commit details
Copy full SHA for 853d787
View code at this point
Browse repository at this point
Commits on Nov 30, 2023
🔇 Do not raise deprecation warnings for execute as it's automatically used internally (#716)
Show description for 4ac8714
tiangolo
authored
4ac8714
View commit details
Copy full SHA for 4ac8714
View code at this point
Browse repository at this point
Commits on Nov 18, 2023
🔖 Release version 0.0.12
tiangolo
committed
b1c2f82
View commit details
Copy full SHA for b1c2f82
View code at this point
Browse repository at this point
✨ Upgrade SQLAlchemy to 2.0, including initial work by farahats9 (#700)
Show description for 8ed856d
4 people
authored
8ed856d
View commit details
Copy full SHA for 8ed856d
View code at this point
Browse repository at this point
Commits on Oct 29, 2023
🔖 Release version 0.0.11
tiangolo
committed
dacc1fa
View commit details
Copy full SHA for dacc1fa
View code at this point
Browse repository at this point
✨ Add support for passing a custom SQLAlchemy type to `Field()` with `sa_type` (#505)
Show description for cbaf172
maru0123-2004
and
tiangolo
authored
cbaf172
View commit details
Copy full SHA for cbaf172
View code at this point
Browse repository at this point
Commits on Oct 28, 2023
✨ Do not allow invalid combinations of field parameters for columns and relationships, `sa_column` excludes `sa_column_args`, `primary_key`, `nullable`, etc. (#681)
Show description for 717594e
tiangolo
authored
717594e
View commit details
Copy full SHA for 717594e
View code at this point
Browse repository at this point
Commits on Oct 26, 2023
🔖 Release version 0.0.10
tiangolo
committed
e4e1385
View commit details
Copy full SHA for e4e1385
View code at this point
Browse repository at this point
✨ Add support for all `Field` parameters from Pydantic `1.9.0` and above, make Pydantic `1.9.0` the minimum required version (#440)
Show description for 99f8ce3
daniil-berg
and
tiangolo
authored
99f8ce3
View commit details
Copy full SHA for 99f8ce3
View code at this point
Browse repository at this point
Commits on Oct 23, 2023
🔖 Release version 0.0.9
tiangolo
committed
d05c3ee
View commit details
Copy full SHA for d05c3ee
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.