Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lqs authored Aug 3, 2023
1 parent 46e6cfb commit 5163f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
The first step is to generate code from the database. In order to generate code, sqlingo requires your tables are already created in the database.

```
$ go get -u github.com/lqs/sqlingo/sqlingo-gen-mysql
$ go install github.com/lqs/sqlingo/sqlingo-gen-mysql@latest
$ mkdir -p generated/sqlingo
$ sqlingo-gen-mysql root:123456@/database_name >generated/sqlingo/database_name.dsl.go
```
Expand Down

0 comments on commit 5163f55

Please sign in to comment.