sqlalchemy-mixins
Active Record, Django-like queries, nested eager load and beauty __repr__ for SQLAlchemy (by absent1706)
fastapi
FastAPI framework, high performance, easy to learn, fast to code, ready for production (by fastapi)
sqlalchemy-mixins | fastapi | |
---|---|---|
2 | 541 | |
777 | 83,546 | |
0.8% | 2.7% | |
5.9 | 9.8 | |
8 months ago | 10 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
fastapi
Posts with mentions or reviews of fastapi.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-04-21.
-
Building a Full-Stack AI Chatbot with FastAPI (Backend) and React (Frontend)
FastAPI Documentation: https://fastapi.tiangolo.com/
-
Building a Local AI Agent with Ollama + MCP + LangChain + Docker"
FastAPI to build a tool server
-
Dashboard for Researchers & Geneticists: Functional Requirements [System Design]
Genetic Data API: Built using Fast API, PostgreSQL for genetic data storage, and Redis for caching.
-
Python: Why Quart Might Be the Better Choice over FastAPI
Python's diverse ecosystem of web frameworks offers developers a wide range of choices for building robust and efficient applications. In the realm of asynchronous frameworks, Quart and FastAPI have emerged as popular options. While FastAPI has gained considerable attention for its speed and developer-friendly features, Quart presents a compelling alternative, especially for those already familiar with the Flask framework. This blog post delves into the strengths of both frameworks, highlighting the specific scenarios where Quart might be the more advantageous choice.
-
Everything about AI Function Calling (MCP), the keyword for Agentic AI
Instead, use compiler-driven (or reflection-based) OpenAPI document generators like Nestia or FastAPI. Then convert the compiler-generated OpenAPI to a specific AI function schema using the @samchon/openapi library, as shown below.
-
Partner Models for Payments: How Rapyd Powers Partner Payment Solutions
Let's look at how to use Rapyd to build a simple system where you can onboard merchants, add products, receive payments, and receive payouts, all powered by Rapyd's API. To fully integrate this system, businesses can sign up as a Rapyd partner to access additional capabilities for managing merchant transactions. In this tutorial, you'll see how to use the FastAPI framework in Python to create endpoints for each step: onboarding merchants, adding products, receiving payments, and receiving payouts.
-
Automated Documentation for APIs
Solutions to this problem generate API documentation automatically. Libraries such as drf-spectacular use code structure and semantics in back-end frameworks to infer API contracts. API frameworks such as FastAPI and Huma generate OpenAPI specifications as a built-in feature. Tools like mitmproxy2swagger generate documentation from HAR files. Finally, companies such as Akita Software/Postman use network traffic metadata.
-
Deploying FastAPI Application to AWS Fargate using Serverless Container Framework
FastAPI is a fast and modern web framework written in Python. It's often deployed in containers. You could also use Mangum, but we'll cover that another time. For now, we're using SCF to deploy our FastAPI application.
-
10 Useful Tools and Libraries for Python Developers
3. FastAPI - Web framework for building APIS
-
Render & Github Actions
For this tutorial I will be using a example fastapi API written with Python 3.13.0.
What are some alternatives?
When comparing sqlalchemy-mixins and fastapi you can also consider the following projects:
ormar - python async orm with fastapi in mind and pydantic validation
Tornado - Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
pydbantic - A single model for shaping, creating, accessing, storing data within a Database
AIOHTTP - Asynchronous HTTP client/server framework for asyncio and Python
Werkzeug - The comprehensive WSGI web application library.
django-ninja - 💨 Fast, Async-ready, Openapi, type hints based framework for building APIs