sqlalchemy-mixins
Active Record, Django-like queries, nested eager load and beauty __repr__ for SQLAlchemy (by absent1706)
SQLAlchemy
The Database Toolkit for Python (by sqlalchemy)
sqlalchemy-mixins | SQLAlchemy | |
---|---|---|
2 | 138 | |
777 | 10,323 | |
0.8% | 2.5% | |
5.9 | 9.7 | |
8 months ago | 8 days ago | |
Python | Python | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
sqlalchemy-mixins
Posts with mentions or reviews of sqlalchemy-mixins.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-02-05.
-
Understanding JSONify(), to_dict(), make_response(), and SerializerMixin in Flask
SQLAlchemy SerializerMixin
-
Django or Flask and why?
it is more low level, but there are several projects that build Django (active record style) abstraction on top of it. https://github.com/absent1706/sqlalchemy-mixins
SQLAlchemy
Posts with mentions or reviews of SQLAlchemy.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-29.
-
10 Useful Tools and Libraries for Python Developers
6. SQLAlchemy - Database Interaction using ORM
- Ask HN: SQL ORM with nested atomic updates?
-
How To Secure APIs from SQL Injection Vulnerabilities
Object-Relational Mapping frameworks like Hibernate (Java), SQLAlchemy (Python), and Sequelize (Node.js) typically use parameterized queries by default and abstract direct SQL interaction. These frameworks help eliminate common developer errors that might otherwise introduce vulnerabilities.
-
Ask HN: Python ORM Solutions in 2025?
SQLAlchemy [0] is still arguably the most featureful and robust ORM in Python (although it is much more than an ORM). It is likely the best default choice unless you're already working within a framework that offers its own ORM.
[0]: https://www.sqlalchemy.org
-
Creating an Application with Amazon RDS and MySQL in the Cloud
SQLAlchemy Documentation. "SQLAlchemy ORM." https://www.sqlalchemy.org/.
-
Leveraging Python for Scalable Data Pipelines
Let’s start with a simple example of a data pipeline that reads data from a CSV file, processes it, and stores the result in a database. We’ll use Pandas for data manipulation and SQLAlchemy to interact with an SQL database.
-
Creating an arXiv DB
We will define our database schema using SQLAlchemy. First, we will store a subset of the information in a single table called documents. This is to test that our database configuration is correct and avoid storing nested data now. The code is fairly simple to create a SQLite3 database with SQLAlchemy:
-
Announcing the public beta for dedicated clusters
We've put a special focus on making sure Drizzle, Prisma, SQLAlchemy and Django ORMs work well with our platform. Common administrative and data exploration tools like DataGrip, pgAdmin and TablePlus have been put through the wringer to resolve any compatibility hiccups seen over the past few months.
-
Building a RESTful API with Flask
SQLAlchemy: Python SQL toolkit and ORM (Object Relational Mapper). Use it to work with databases with Python objects.
-
Track Errors in Your Python Flask Application with AppSignal
We'll use the Flask-SQLAlchemy package to manage the database. This package provides SQLAlchemy support to Flask projects. That includes the Python SQL toolkit and the ORM.
What are some alternatives?
When comparing sqlalchemy-mixins and SQLAlchemy you can also consider the following projects:
ormar - python async orm with fastapi in mind and pydantic validation
tortoise-orm - Familiar asyncio ORM for python, built with relations in mind
pydbantic - A single model for shaping, creating, accessing, storing data within a Database
sqlmodel - SQL databases in Python, designed for simplicity, compatibility, and robustness.
Werkzeug - The comprehensive WSGI web application library.
PonyORM - Pony Object Relational Mapper