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.
- Host: GitHub
- URL: https://github.com/mwilko/api-bridge
- Owner: mwilko
- Created: 2024-04-08T17:49:40.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-30T11:22:17.000Z (about 2 years ago)
- Last Synced: 2025-02-23T16:22:19.816Z (over 1 year ago)
- Topics: fastapi, mysql, python
- Language: Python
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
  
# 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.