Skip to content

devpranoy/CRUD-pygo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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