thinkgos / gorm-rapier

Idiomatic and Reusable API from Dynamic Raw SQL, 100% Type-safe API without interface{}

Home Page:https://thinkgos.github.io/gorm-rapier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gorm-rapier

gorm rapier is an assist rapier for gorm.

GoDoc Go.Dev reference codecov Tests Go Report Card Licence Tag

Usage

Installation

Use go get.

    go get github.com/thinkgos/gorm-rapier

Then import the package into your own code.

    import "github.com/thinkgos/gorm-rapier"

Example

Reference

License

This project is under MIT License. See the LICENSE file for the full license text.

About

Idiomatic and Reusable API from Dynamic Raw SQL, 100% Type-safe API without interface{}

https://thinkgos.github.io/gorm-rapier

License:MIT License


Languages

Language:Go 100.0%