sqlmodel-slim/README.md
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:
pip install sqlmodel
This package is deprecated and will stop receiving any updates and published versions.
This project is licensed under the terms of the MIT license.