Back to Sqlmodel

README

sqlmodel-slim/README.md

0.0.382.2 KB
Original Source
<p align="center"> <a href="https://sqlmodel.tiangolo.com"></a> </p> <p align="center"> <em>SQLModel, SQL databases in Python, designed for simplicity, compatibility, and robustness.</em> </p> <p align="center"> <a href="https://github.com/fastapi/sqlmodel/actions?query=workflow%3ATest+event%3Apush+branch%3Amain" target="_blank"> </a> <a href="https://github.com/fastapi/sqlmodel/actions?query=workflow%3APublish" target="_blank"> </a> <a href="https://coverage-badge.samuelcolvin.workers.dev/redirect/fastapi/sqlmodel" target="_blank"> <a href="https://pypi.org/project/sqlmodel" target="_blank"> </a> </p>

Documentation: <a href="https://sqlmodel.tiangolo.com" target="_blank">https://sqlmodel.tiangolo.com</a>

Source Code: <a href="https://github.com/fastapi/sqlmodel" target="_blank">https://github.com/fastapi/sqlmodel</a>


SQLModel is a library for interacting with <abbr title='Also called "Relational databases"'>SQL databases</abbr> 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 <a href="https://pydantic-docs.helpmanual.io/" class="external-link" target="_blank">Pydantic</a> and <a href="https://sqlalchemy.org/" class="external-link" target="_blank">SQLAlchemy</a>.

sqlmodel-slim

⚠️ Do not install this package. ⚠️

This package, sqlmodel-slim, does nothing other than depend on sqlmodel.

You should not install this package.

Install instead:

bash
pip install sqlmodel

This package is deprecated and will stop receiving any updates and published versions.

License

This project is licensed under the terms of the MIT license.