|
|
|
|
|
by mdasen
3480 days ago
|
|
One of the features listed is "Mapping with nested structs", but there's no example of this. Given that this would be a feature setting your project apart from many of the Go "ORMs" out there, it would be nice to have an example. Maybe something with two tables: an "authors" table and a "books" table. Then an example of getting authors each struct of which has a `[]Book` of books. |
|
It's composition tool, not a relational one. Sorry.