mirror of
https://github.com/vinta/awesome-python.git
synced 2026-01-25 15:38:43 +00:00
Merge pull request #2757 from NajeebFarhan/master
Add SQLModel to ORM section
This commit is contained in:
commit
4e6ab53a64
@ -793,6 +793,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||
* [Django Models](https://docs.djangoproject.com/en/dev/topics/db/models/) - The Django ORM.
|
||||
* [SQLAlchemy](https://www.sqlalchemy.org/) - The Python SQL Toolkit and Object Relational Mapper.
|
||||
* [awesome-sqlalchemy](https://github.com/dahlia/awesome-sqlalchemy)
|
||||
* [SQLModel](https://sqlmodel.tiangolo.com/) - SQLModel is based on Python type annotations, and powered by Pydantic and SQLAlchemy.
|
||||
* [dataset](https://github.com/pudo/dataset) - Store Python dicts in a database - works with SQLite, MySQL, and PostgreSQL.
|
||||
* [orator](https://github.com/sdispater/orator) - The Orator ORM provides a simple yet beautiful ActiveRecord implementation.
|
||||
* [orm](https://github.com/encode/orm) - An async ORM.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user