Skip to content

Commit

Permalink
Merge pull request #21 from RyougiNevermore/master
Browse files Browse the repository at this point in the history
mv cmd into dalg
  • Loading branch information
RyougiNevermore committed Aug 5, 2020
2 parents b7967fb + e39ae3d commit acfae88
Show file tree
Hide file tree
Showing 59 changed files with 2 additions and 4,484 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ _, err := UserUpdateName(ctx, &UserUpdateNameRequest{Id: 1, JoinTime: time.Now()
tx.Commit()
```
## Code Generates
### Install dalc
`go get -u github.com/pharosnet/dalc/v2/cmd/dalc`
### Install dalg
`go get -u github.com/pharosnet/dalg`
### Write sql schema files
Write sql schema files in some folder, such as schema/, and foo.sql in this folder.
```sql
Expand Down
53 changes: 0 additions & 53 deletions cmd/dalc/example/query.sql

This file was deleted.

35 changes: 0 additions & 35 deletions cmd/dalc/example/schema.sql

This file was deleted.

12 changes: 0 additions & 12 deletions cmd/dalc/go.mod

This file was deleted.

92 changes: 0 additions & 92 deletions cmd/dalc/go.sum

This file was deleted.

17 changes: 0 additions & 17 deletions cmd/dalc/internal/entry/change.go

This file was deleted.

Loading

0 comments on commit acfae88

Please sign in to comment.