An open API service indexing awesome lists of open source software.

https://github.com/mwilko/api-bridge

Project which uses FastAPI as a bridge between clients and their database, allowing them to create, read, update and delete data according to their needs.
https://github.com/mwilko/api-bridge

fastapi mysql python

Last synced: about 2 months ago
JSON representation

Project which uses FastAPI as a bridge between clients and their database, allowing them to create, read, update and delete data according to their needs.

Awesome Lists containing this project

README

          

![Python](https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white) ![MySQL](https://img.shields.io/badge/mysql-00598E?style=for-the-badge&logo=mysql&logoColor=white) ![FastAPI](https://img.shields.io/badge/fastapi-0175C2?style=for-the-badge&logo=fastapi&logoColor=white)

# API Bridge:
An interface which offers a client-friendly interaction between clients and their database.

## Purposes (CRUD):
- Create: Create data to enter onto the client database.
- Read: Pull data fields from the database so you can read them.
- Update: Get data fields from the database, and modify them.
- Delete: Remove data fields from the database.