Update README.md.
This commit is contained in:
parent
2ada2ff69b
commit
5881b5d947
1 changed files with 3 additions and 3 deletions
|
|
@ -7,8 +7,8 @@
|
||||||
[](https://github.com/go-jet/jet/v2/releases)
|
[](https://github.com/go-jet/jet/v2/releases)
|
||||||
[](https://gitter.im/go-jet/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
[](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.
|
||||||
|
|
||||||

|

|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue