Categorygithub.com/thinkgos/gorm-rapier
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.

Go.Dev reference codecov Tests Go Report Card Licence Tag

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

Reference

License

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