Skip to content

innovationincubatoradvisory/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

Releases

No releases published

Packages

No packages published

Languages

  • Go 62.9%
  • Python 37.1%