About Anaconda Help Download Anaconda

main / packages / sqlmodel 0.0.24

SQL databases in Python, designed for simplicity, compatibility, and robustness.

Installers

  • linux-aarch64 v0.0.24
  • osx-64 v0.0.24
  • osx-arm64 v0.0.24
  • win-64 v0.0.24
  • linux-64 v0.0.24

conda install

To install this package run one of the following:
conda install main::sqlmodel

Description

SQLModel is designed to simplify interacting with SQL databases in FastAPI applications, it was created by the same author. It combines SQLAlchemy and Pydantic and tries to simplify the code you write as much as possible, allowing you to reduce the code duplication to a minimum, but while getting the best developer experience possible. SQLModel is, in fact, a thin layer on top of Pydantic and SQLAlchemy, carefully designed to be compatible with both.


© 2025 Anaconda, Inc. All Rights Reserved. (v4.2.0) Legal | Privacy Policy