All Projects → rglsk → fastapi-sqlalchemy-1.4-async

rglsk / fastapi-sqlalchemy-1.4-async

Licence: MIT License
https://rogulski.it/blog/sqlalchemy-14-async-orm-with-fastapi/

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects
Mako
254 projects

Projects that are alternatives of or similar to fastapi-sqlalchemy-1.4-async

fastapi-boilerplate
FastAPI boilerplate for real world production
Stars: ✭ 145 (+752.94%)
Mutual labels:  sqlalchemy, asyncio, fastapi
fast-api-sqlalchemy-template
Dockerized web application on FastAPI, sqlalchemy1.4, PostgreSQL
Stars: ✭ 25 (+47.06%)
Mutual labels:  sqlalchemy, asyncio, fastapi
fastapi-azure-auth
Easy and secure implementation of Azure AD for your FastAPI APIs 🔒 B2C, single- and multi-tenant support.
Stars: ✭ 174 (+923.53%)
Mutual labels:  asyncio, fastapi
Apollo
A basic Application with multiple functionalities built with FastAPI aim to help Users Buy New Items Provided using PaypalAPI 🚀
Stars: ✭ 22 (+29.41%)
Mutual labels:  sqlalchemy, fastapi
fastapi-framework
A FastAPI Framework for things like Database, Redis, Logging, JWT Authentication, Rate Limits and Sessions
Stars: ✭ 26 (+52.94%)
Mutual labels:  asyncio, fastapi
ChefAPI
API using FastAPI and PostgreSQL for sharing or keeping track of awesome food recipes Based on Oauth2 and JWT 💎
Stars: ✭ 16 (-5.88%)
Mutual labels:  sqlalchemy, fastapi
fastapi-etag
Convenience library for working with etags in fastapi
Stars: ✭ 19 (+11.76%)
Mutual labels:  asyncio, fastapi
FastAPI-Full-Stack-Samples
The API Application Development using Python FastAPI, including interactive API documentation
Stars: ✭ 61 (+258.82%)
Mutual labels:  sqlalchemy, fastapi
CourseCake
By serving course 📚 data that is more "edible" 🍰 for developers, we hope CourseCake offers a smooth approach to build useful tools for students.
Stars: ✭ 21 (+23.53%)
Mutual labels:  sqlalchemy, fastapi
fastapi-starter
A FastAPI based low code starter: Async SQLAlchemy, Postgres, React-Admin, pytest and cypress
Stars: ✭ 97 (+470.59%)
Mutual labels:  sqlalchemy, fastapi
FinanceCenter
Fetching Financial Data (US/China)
Stars: ✭ 26 (+52.94%)
Mutual labels:  sqlalchemy, asyncio
fastapi-users
Ready-to-use and customizable users management for FastAPI
Stars: ✭ 1,920 (+11194.12%)
Mutual labels:  asyncio, fastapi
fastapi-saas-base
Fast API SAAS Base App
Stars: ✭ 47 (+176.47%)
Mutual labels:  sqlalchemy, fastapi
favv
Fullstack Web Application Framework With FastAPI + Vite + VueJS. Streamlit for rapid development.
Stars: ✭ 17 (+0%)
Mutual labels:  sqlalchemy, fastapi
tifa
Yet another opinionated fastapi-start-kit with best practice
Stars: ✭ 82 (+382.35%)
Mutual labels:  sqlalchemy, fastapi
timvt
PostGIS based Vector Tile server.
Stars: ✭ 113 (+564.71%)
Mutual labels:  asyncio, fastapi
cloudrun-fastapi
FastAPI on Google Cloud Run
Stars: ✭ 112 (+558.82%)
Mutual labels:  sqlalchemy, fastapi
FRDP
Boilerplate code for quick docker implementation of REST API with JWT Authentication using FastAPI, PostgreSQL and PgAdmin ⭐
Stars: ✭ 55 (+223.53%)
Mutual labels:  sqlalchemy, fastapi
HibiAPI
一个实现了多种常用站点的易用化API的程序 / A program that implements easy-to-use APIs for a variety of commonly used sites.
Stars: ✭ 427 (+2411.76%)
Mutual labels:  asyncio, fastapi
fastrates
💵 Free & open source API service for current and historical foreign exchange rates.
Stars: ✭ 26 (+52.94%)
Mutual labels:  sqlalchemy, fastapi

SQLAlchemy ORM 1.4 with FastAPI on asyncio

This is a tutorial app build for my blog post

Run project

docker-compose up

Run tests

docker-compose run app pytest

Generate migrations

docker-compose run app alembic revision --autogenerate

Run migrations

docker-compose run app alembic upgrate head

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].