repositorypackage
0.1.0-rc3
Repository: https://github.com/thinkgos/gorm-rapier.git
Documentation: pkg.go.dev
# README
gorm-rapier
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.
Usage
Use go get.
go get github.com/thinkgos/gorm-rapier
Then import the package into your own code.
import "github.com/thinkgos/gorm-rapier"
Guide
Example
- create: example create
- query: example query
- advance query: example advance query
- update: example update
- delete: example delete
Reference
License
This project is under MIT License. See the LICENSE file for the full license text.