Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/go-gorm/gormx

The GORM ToolBox (WIP)
https://github.com/go-gorm/gormx

Last synced: 8 days ago
JSON representation

The GORM ToolBox (WIP)

Awesome Lists containing this project

README

        

# GORM ToolBox

[![codecov](https://codecov.io/github/go-gorm/gormx/branch/master/graph/badge.svg?token=C7F3NAJH6U)](https://codecov.io/github/go-gorm/gormx)
[![go report card](https://goreportcard.com/badge/github.com/go-gorm/gormx "go report card")](https://goreportcard.com/report/github.com/go-gorm/gormx)
[![test status](https://github.com/go-gorm/gormx/workflows/tests/badge.svg?branch=master "test status")](https://github.com/go-gorm/gormx/actions)
[![MIT license](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)
[![Go.Dev reference](https://img.shields.io/badge/go.dev-reference-blue?logo=go&logoColor=white)](https://pkg.go.dev/gorm.io/gormx?tab=doc)

## Overview

- Query supports gorm's where method
- Update supports gorm's update method
- 95% test coverage

## Getting Started

- GORMX Guides https://gorm.io/gormx/index.html
- GORM Guides http://gorm.io/docs

## Maintainers

[@chyroc](https://github.com/chyroc)
[@jinzhu](https://github.com/jinzhu)

## Contributing

[You can help to deliver a better GORM/GORMX, check out things you can do](https://gorm.io/contribute.html)

## License

Released under the [MIT License](https://github.com/go-gorm/gormx/blob/master/LICENSE)