rapier Guides
gorm-rapier is an assist rapier for gorm.
Overview
- Idiomatic and Reusable API from Dynamic Raw SQL
- 100% Type-safe API without interface{}
- Almost supports all features, plugins, DBMS that GORM supports
- Almost same behavior as gorm you used.
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"