Skip to content

Commit

Permalink
Merge pull request #55 from lucas0707/patch-1
Browse files Browse the repository at this point in the history
Fix typer in README.md
  • Loading branch information
derElektrobesen authored Oct 2, 2019
2 parents 9132023 + dbef69f commit aa5cafa
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 @@ -95,7 +95,7 @@ func (qs UserQuerySet) OrderAscByCreatedAt() UserQuerySet {

See full autogenerated file [here](https://github.com/jirfag/go-queryset/blob/master/examples/comparison/gorm4/autogenerated_gorm4.go).

Now you can use this queryset for creating/reading/updating/deleting. Let's take a lot at these operations.
Now you can use this queryset for creating/reading/updating/deleting. Let's take a look at these operations.

## Relation with GORM
You can embed and not embed `gorm.Model` into your model (e.g. if you don't need `DeletedAt` field), but you must use `*gorm.DB`
Expand Down

0 comments on commit aa5cafa

Please sign in to comment.