Python Sqlalchemy

Open-source Python projects categorized as Sqlalchemy

Top 23 Python Sqlalchemy Projects

  • sqlmodel

    SQL databases in Python, designed for simplicity, compatibility, and robustness.

    Project mention: Pydantic: The end of manual validations! ✨ | dev.to | 2024-11-23

    Source: https://github.com/fastapi/sqlmodel

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • SQLAlchemy

    The Database Toolkit for Python

    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/.

  • ibis

    the portable Python dataframe library

    Project mention: FireDucks: Pandas but 100x Faster | news.ycombinator.com | 2024-11-20
  • flask-sqlalchemy

    Adds SQLAlchemy support to Flask

  • databases

    Async database support for Python. 🗄

    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.

  • factory_boy

    A test fixtures replacement for Python

  • flask-base

    A simple Flask boilerplate app with SQLAlchemy, Redis, User Authentication, and more.

  • alembic

    A database migrations tool for SQLAlchemy.

    Project mention: Setting up a standalone SQLAlchemy 2.0 ORM application | dev.to | 2024-05-20

    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.

  • GINO

    GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core.

  • fastapi-react

    🚀 Cookiecutter Template for FastAPI + React Projects. Using PostgreSQL, SQLAlchemy, and Docker

  • sandman2

    Automatically generate a RESTful API service for your legacy database. No code required!

    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.

  • sqladmin

    SQLAlchemy Admin for FastAPI and Starlette

  • indico

    Indico - A feature-rich event management system, made @ CERN, the place where the Web was born.

  • aiomysql

    aiomysql is a library for accessing a MySQL database from the asyncio

  • ormar

    python async orm with fastapi in mind and pydantic validation

  • PyHive

    Python interface to Hive and Presto. 🐝

  • eventsourcing

    A library for event sourcing in Python.

  • aiopg

    aiopg is a library for accessing a PostgreSQL database from the asyncio

  • eralchemy

    Entity Relation Diagrams generation tool

  • fastapi-boilerplate

    FastAPI boilerplate for real world production (by teamhide)

  • 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.

  • flask-bones

    An example of a large scale Flask application using blueprints and extensions.

  • graphene-sqlalchemy

    Graphene SQLAlchemy integration

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python Sqlalchemy discussion

Log in or Post with

Python Sqlalchemy related posts

  • This Week In Python

    5 projects | dev.to | 10 Jan 2025
  • FireDucks: Pandas but 100x Faster

    4 projects | news.ycombinator.com | 20 Nov 2024
  • Understanding JSONify(), to_dict(), make_response(), and SerializerMixin in Flask

    1 project | dev.to | 31 Oct 2024
  • Leveraging Python for Scalable Data Pipelines

    1 project | dev.to | 10 Oct 2024
  • db-to-sqlite: exporting tables or queries from any SQL database to SQLite

    1 project | news.ycombinator.com | 19 Sep 2024
  • Track Errors in Your Python Flask Application with AppSignal

    2 projects | dev.to | 12 Jun 2024
  • Setting up a standalone SQLAlchemy 2.0 ORM application

    4 projects | dev.to | 20 May 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 12 Jan 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

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

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you konow that Python is
the 2nd most popular programming language
based on number of metions?