stephenafamo / bob

SQL query builder and ORM/Factory generator for Go with support for PostgreSQL, MySQL and SQLite
https://bob.stephenafamo.com
MIT License
760 stars 39 forks source link

Add PreloadAs PreloadOption to override the join alias #220

Closed daddz closed 4 months ago

daddz commented 4 months ago

Adds a new PreloadAs PreloadOption which allows to explicitly control the alias for the auto-generated PreloadFooBar functions.