Skip to content

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.

Notifications You must be signed in to change notification settings

mwilko/API-Bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python MySQL FastAPI

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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages