SQLModel, SQL databases in Python, designed for simplicity, compatibility, and robustness.
Documentation: https://sqlmodel.tiangolo.com
Source Code: https://github.com/fastapi/sqlmodel
SQLModel is a library for interacting with SQL databases from Python code, with Python objects. It is designed to be intuitive, easy to use, highly compatible, and robust.
SQLModel is based on Python type annotations, and powered by Pydantic and SQLAlchemy.
This package, sqlmodel-slim, does nothing other than depend on sqlmodel.
You should not install this package.
Install instead:
pip install sqlmodelThis package is deprecated and will stop receiving any updates and published versions.
This project is licensed under the terms of the MIT license.