volatiletech / sqlboiler

Generate a Go ORM tailored to your database schema.
BSD 3-Clause "New" or "Revised" License
6.73k stars 544 forks source link

Readme.md / LoadRels ? #512

Closed sywesk closed 5 years ago

sywesk commented 5 years ago

In the readme, you mention a LoadRels method, that (after searching) doesn't seem exist. Did you mean Load ?

https://github.com/volatiletech/sqlboiler/blame/master/README.md#L1226

Thanks for this awesome library !

jcloutz commented 5 years ago

@sywesk You should be able to use this qm.Load()

https://github.com/volatiletech/sqlboiler/blob/master/queries/qm/query_mods.go#L101

aarondl commented 5 years ago

This is invalidated by changes on the dev branch, coming to master soon :)