Skip to content

ChristophBe/grud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grud

This Go Module has the goal to make it easy to implement CRUD(Create, Update, Retrieve, Delete) http Services. The main idea is to provide a generic implementation for commonly implemented http Handlers, that you only have to implement the parts that are specific to your applications data and models.

Usage

To include this Go Module in your Project use the Following.

go get github.com/ChristophBe/grud

This module is an early stage of development so expect changes of its API.