We've made a screen cast highlighting how to get started using the
SQLBoiler ORM generator. Please let us know what you think:
https://www.youtube.com/watch?v=fKmRemtmi0Y
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this
For anyone unfamiliar with SQLBoiler, SQLBoiler is an ORM generator that
uses code generation to gen a fully functioning ORM tailored specifically
to your schema. We weren't interested in the reflection-heavy code-first
approaches out there, so we decided to have a crack at a database-first
cod