Skip to content

Demonstrates the usage of Fast-API with Async CRUD operations using SQLAlchemy

Notifications You must be signed in to change notification settings

gsathishkumar/FastAPI-Crud-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FAST-API-CRUD with Python

This project showcase the basic usage of Fast-API with CRUD operations. It uses the following libraries

  • Pydantic for data validation
  • Pydantic_Settings to load app settings based on environment (dev/qa/prod)
  • Sqlalchemy ORM to persist the model in database
  • Asynchronous PostgreSQL client library(asyncpg) for Python that is specifically designed to work with Python's asyncio framework.
  • Uvicorn is an ASGI web server implementation for Python

About

Demonstrates the usage of Fast-API with Async CRUD operations using SQLAlchemy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages