SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 Python Sqlalchemy Projects
-
Source: https://github.com/fastapi/sqlmodel
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Project mention: Creating an Application with Amazon RDS and MySQL in the Cloud | dev.to | 2024-12-11
SQLAlchemy Documentation. "SQLAlchemy ORM." https://www.sqlalchemy.org/.
-
-
-
Project mention: FastAPI, Pydantic, Psycopg3: the holy trinity for Python web APIs | dev.to | 2024-10-24
SQLAlchemy Core: the core SQL query builder, without the mapping to objects part. There is also a higher level ORM built on this called databases that looks very nice. I do wonder how actively developed the project is however.
-
-
-
The ORM is built on top of this Core foundation. It expands upon it through a domain object model that is mapped to a database schema. This means you can have classes that are mapped to the database tables and columns, and implement different operations in an object-oriented way. This can be further expanded with external tools such as Alembic, which is a migration tool, or marshmallow, which is a serialization tool.
-
-
fastapi-react
🚀 Cookiecutter Template for FastAPI + React Projects. Using PostgreSQL, SQLAlchemy, and Docker
-
Project mention: Automatically Generate REST and GraphQL APIs From Your Database | dev.to | 2024-12-19
Some solutions are flexible to handle multiple types of databases. Often allowing you to combine them into a single API. We already mentioned Dreamfactory, but others include Apinizer, Directus, and sandman2.
-
-
indico
Indico - A feature-rich event management system, made @ CERN, the place where the Web was born.
-
-
-
-
-
-
-
-
fastapi-alembic-sqlmodel-async
This is a project template which uses FastAPI, Pydantic 2.0, Alembic and async SQLModel as ORM. It shows a complete async CRUD using authentication and role base access control.
-
-
Python Sqlalchemy discussion
Python Sqlalchemy related posts
-
This Week In Python
-
FireDucks: Pandas but 100x Faster
-
Understanding JSONify(), to_dict(), make_response(), and SerializerMixin in Flask
-
Leveraging Python for Scalable Data Pipelines
-
db-to-sqlite: exporting tables or queries from any SQL database to SQLite
-
Track Errors in Your Python Flask Application with AppSignal
-
Setting up a standalone SQLAlchemy 2.0 ORM application
-
A note from our sponsor - SaaSHub
www.saashub.com | 12 Jan 2025
Index
What are some of the best open-source Sqlalchemy projects in Python? This list will help you:
Project | Stars | |
---|---|---|
1 | sqlmodel | 14,962 |
2 | SQLAlchemy | 9,874 |
3 | ibis | 5,434 |
4 | flask-sqlalchemy | 4,252 |
5 | databases | 3,866 |
6 | factory_boy | 3,560 |
7 | flask-base | 3,048 |
8 | alembic | 2,976 |
9 | GINO | 2,678 |
10 | fastapi-react | 2,272 |
11 | sandman2 | 2,013 |
12 | sqladmin | 1,984 |
13 | indico | 1,805 |
14 | aiomysql | 1,778 |
15 | ormar | 1,689 |
16 | PyHive | 1,676 |
17 | eventsourcing | 1,487 |
18 | aiopg | 1,405 |
19 | eralchemy | 1,185 |
20 | fastapi-boilerplate | 1,177 |
21 | fastapi-alembic-sqlmodel-async | 1,035 |
22 | flask-bones | 997 |
23 | graphene-sqlalchemy | 980 |