Update README.md.

This commit is contained in:
go-jet 2020-06-28 11:21:08 +02:00
parent 2ada2ff69b
commit 5881b5d947

View file

@ -7,8 +7,8 @@
[![GitHub release](https://img.shields.io/github/release/go-jet/jet.svg)](https://github.com/go-jet/jet/v2/releases) [![GitHub release](https://img.shields.io/github/release/go-jet/jet.svg)](https://github.com/go-jet/jet/v2/releases)
[![Gitter](https://badges.gitter.im/go-jet/community.svg)](https://gitter.im/go-jet/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [![Gitter](https://badges.gitter.im/go-jet/community.svg)](https://gitter.im/go-jet/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
Jet is a complete solution for interacting with database from Go, which includes type-safe SQL builder with a code generation and automatic query result Jet is a complete solution for efficient and high performance database access, consisting of type-safe SQL builder
data mapping. with code generation and automatic query result data mapping.
Jet currently supports `PostgreSQL`, `MySQL` and `MariaDB`. Future releases will add support for additional databases. Jet currently supports `PostgreSQL`, `MySQL` and `MariaDB`. Future releases will add support for additional databases.
![jet](https://github.com/go-jet/jet/wiki/image/jet.png) ![jet](https://github.com/go-jet/jet/wiki/image/jet.png)
@ -64,7 +64,7 @@ To install Jet package, you need to install Go and set your Go workspace first.
Use the bellow command to add jet as a dependency into `go.mod` project: Use the bellow command to add jet as a dependency into `go.mod` project:
```sh ```sh
$ go get github.com/go-jet/jet/v2 $ go get -u github.com/go-jet/jet/v2
``` ```
Use the bellow command to add jet as a dependency into `GOPATH` project: Use the bellow command to add jet as a dependency into `GOPATH` project: