Skip to content

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

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages