Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 396 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 396 Bytes

CRUD-pygo

CRUD comparison between python and golang

CRUD stands for CREATE READ UPDATE DELETE, they are the fundamental operations performed on a database. Read more here CRUD

Architecture

alt text For python, the REST APIs are powered by flask and the GO REST APIs are powered by mux