I've written a library called Proteus that is a simple tool for dynamically 
generating a data access layer:

https://github.com/jonbodner/proteus

You need to write the SQL queries, but it will map values (variables, 
slices, structs, maps) into queries and map the results into a struct or 
map.
   

On Wednesday, December 28, 2016 at 9:22:41 AM UTC-5, mhh...@gmail.com wrote:
>
> DBR is a good pick to me.
>
> https://github.com/gocraft/dbr
>
> It does the little missing from std package. much like previous answer 
> explained it.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to