← 返回首页
sqlmodel/sqlmodel-slim at fix-hero-weapon-code-example · fastapi/sqlmodel · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Latest commit

 

History

History
 
 
 fix-hero-weapon-code-example
Top

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
View all files

README.md

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.

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.

License

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

Footer

© 2026 GitHub, Inc.