gorm-rapier is an assist rapier for gorm.
- 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.
Use go get.
go get github.com/thinkgos/gorm-rapier
Then import the package into your own code.
import "github.com/thinkgos/gorm-rapier"
- create: example create
- query: example query
- advance query: example advance query
- update: example update
- delete: example delete
This project is under MIT License. See the LICENSE file for the full license text.