You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQLModel is a library for interacting with <abbrtitle='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.
31
+
32
+
**SQLModel** is based on Python type annotations, and powered by <ahref="https://pydantic-docs.helpmanual.io/"class="external-link"target="_blank">Pydantic</a> and <ahref="https://sqlalchemy.org/"class="external-link"target="_blank">SQLAlchemy</a>.
33
+
34
+
## `sqlmodel-slim`
35
+
36
+
⚠️ Do not install this package. ⚠️
37
+
38
+
This package, `sqlmodel-slim`, does nothing other than depend on `sqlmodel`.
39
+
40
+
You **should not** install this package.
41
+
42
+
Install instead:
43
+
44
+
```bash
45
+
pip install sqlmodel
46
+
```
47
+
48
+
This package is deprecated and will stop receiving any updates and published versions.
49
+
50
+
## License
51
+
52
+
This project is licensed under the terms of the MIT license.
0 commit comments