Revise README for correction.
This commit is contained in:
parent
877cc9148f
commit
66eb30f67d
41
README.md
41
README.md
@ -1,46 +1,43 @@
|
|||||||
# GORM
|
# GORM
|
||||||
|
|
||||||
The fantastic ORM library for Golang, aims to be developer friendly.
|
Easy-to-use ORM lib for Golang.
|
||||||
|
|
||||||
[](https://goreportcard.com/report/github.com/go-gorm/gorm)
|
[](https://goreportcard.com/report/github.com/go-gorm/gorm)
|
||||||
[](https://github.com/go-gorm/gorm/actions)
|
[](https://github.com/go-gorm/gorm/actions)
|
||||||
[](https://opensource.org/licenses/MIT)
|
[](https://opensource.org/licenses/MIT)
|
||||||
[](https://pkg.go.dev/gorm.io/gorm?tab=doc)
|
[](https://pkg.go.dev/gorm.io/gorm?tab=doc)
|
||||||
|
|
||||||
## Overview
|
## Highlights
|
||||||
|
|
||||||
* Full-Featured ORM
|
* Full-featured ORM
|
||||||
* Associations (Has One, Has Many, Belongs To, Many To Many, Polymorphism, Single-table inheritance)
|
* Relationship types (Has one, Has many, Belong to, many to many, polymorphism, single-table inheritance)
|
||||||
* Hooks (Before/After Create/Save/Update/Delete/Find)
|
* Hooks (Before/After, Create/Save/Update/Delete/Find)
|
||||||
* Eager loading with `Preload`, `Joins`
|
* Eager loading by `Preload`, `Joins`
|
||||||
* Transactions, Nested Transactions, Save Point, RollbackTo to Saved Point
|
* Transaction, nested transactions, savepoint, RollbackTo
|
||||||
* Context, Prepared Statement Mode, DryRun Mode
|
* Context, prepared statement mode, DryRun mode
|
||||||
* Batch Insert, FindInBatches, Find To Map
|
* Batch insert, FindInBatches, Find to map
|
||||||
* SQL Builder, Upsert, Locking, Optimizer/Index/Comment Hints, NamedArg, Search/Update/Create with SQL Expr
|
* SQL builder, upsert, locking, optimizer/index/comment hints, NamedArg, Search/Update/Create with SQL expr
|
||||||
* Composite Primary Key
|
* Composite primary key
|
||||||
* Auto Migrations
|
* Migration
|
||||||
* Logger
|
* Logger
|
||||||
* Extendable, flexible plugin API: Database Resolver (Multiple Databases, Read/Write Splitting) / Prometheus…
|
* Extendable, flexible plugin API: Database resolver (Multiple databases, read/write splitting) / Prometheus…
|
||||||
* Every feature comes with tests
|
|
||||||
* Developer Friendly
|
|
||||||
|
|
||||||
## Getting Started
|
|
||||||
|
|
||||||
* GORM Guides [https://gorm.io](https://gorm.io)
|
## Getting started
|
||||||
* Gen Guides [https://gorm.io/gen/index.html](https://gorm.io/gen/index.html)
|
|
||||||
|
|
||||||
## Contributing
|
* GORM guide [https://gorm.io](https://gorm.io)
|
||||||
|
* Gen guide [https://gorm.io/gen/index.html](https://gorm.io/gen/index.html)
|
||||||
|
|
||||||
|
## Contribute
|
||||||
|
|
||||||
[You can help to deliver a better GORM, check out things you can do](https://gorm.io/contribute.html)
|
[You can help to deliver a better GORM, check out things you can do](https://gorm.io/contribute.html)
|
||||||
|
|
||||||
## Contributors
|
|
||||||
|
|
||||||
Thank you for contributing to the GORM framework!
|
Thank you for contributing to the GORM framework!
|
||||||
|
|
||||||
[](https://github.com/go-gorm/gorm/graphs/contributors)
|
[](https://github.com/go-gorm/gorm/graphs/contributors)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
© Jinzhu, 2013~time.Now
|
© Jinzhu and GORM's committer, 2013 - 2023
|
||||||
|
|
||||||
Released under the [MIT License](https://github.com/go-gorm/gorm/blob/master/License)
|
Released under the [MIT License](https://github.com/go-gorm/gorm/blob/master/License)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user