[go-nuts] SQLBoiler Screencast - Getting Started

2016-10-10 Thread Patrick O'Brien
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

[go-nuts] [ANN] SQLBoiler v2.0.0 - Generate an ORM

2016-09-15 Thread Patrick O'Brien
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