sqlmodel
Package — DatabasePython 3.7+Intermediate
SQL databases with Pydantic and SQLAlchemy (by FastAPI creator)
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- SQLAlchemy, Pydantic
- Install
pip install sqlmodel
Learn by Difficulty
Quick Example
python
# Install: pip install sqlmodel import sqlmodel # Basic sqlmodel usage print(f"Using sqlmodel") # See documentation for detailed examples
sqlmodel is a third-party package. SQL databases with Pydantic and SQLAlchemy (by FastAPI creator). Install with: pip install sqlmodel
Try in PlaygroundTags
packagedatabaseormpersistence