Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/go-gorm/gormx
- Owner: go-gorm
- License: mit
- Archived: true
- Created: 2023-02-03T08:00:06.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-26T03:08:50.000Z (about 1 year ago)
- Last Synced: 2024-08-02T16:34:31.147Z (3 months ago)
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 29
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)