Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 501 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 501 Bytes

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.