logo
icon

FastAPI - PostgreSQL

A comprehensive FastAPI and PostgreSQL template.

平台Zeabur
部署次數7
發布者yuting1214
部署次數7
發布者yuting1214
建立於2024-10-26
模板內的服務
service icon
service icon
標籤
APITool

Overview

FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.7+ based on standard Python type hints.

Highlights

PostgreSQL integration: Seamlessly integrate with PostgreSQL databases using powerful ORMs like SQLAlchemy, enabling efficient data management and complex query handling.

OpenAPI document authentication: Automatically generate interactive API documentation with integrated authentication mechanisms, making it easy to secure your endpoints and provide clear, concise documentation for developers.

Asynchronous SQLAlchemy: Leverage SQLAlchemy 2.0 to support asynchronous programming, allowing for non-blocking database operations and improved performance,

Learn More