[new] devel/sqlc - a tool to create type safe go from SQL

2020-03-30 Thread Aaron Bieber
Hi, Here is a port of sqlc - A neat tool for generating Go from SQL. Homepage: https://github.com/kyleconroy/sqlc DESCR: sqlc generates fully-type safe idiomatic Go code from SQL. Here's how it works: You write SQL queries You run sqlc to generate Go code that presents type-saf

Re: [new] devel/sqlc - a tool to create type safe go from SQL

2020-03-30 Thread Raf Czlonka
On Mon, Mar 30, 2020 at 02:56:32PM BST, Aaron Bieber wrote: > Hi, > > Here is a port of sqlc - A neat tool for generating Go from SQL. > > Homepage: https://github.com/kyleconroy/sqlc > DESCR: > sqlc generates fully-type safe idiomatic Go code from SQL. Here's how it

Re: [new] devel/sqlc - a tool to create type safe go from SQL

2020-04-01 Thread Raf Czlonka
Hi Aaron, Just an FYI - both typos now fixed upstream :^) Cheers, Raf On Mon, Mar 30, 2020 at 06:24:19PM BST, Raf Czlonka wrote: > On Mon, Mar 30, 2020 at 02:56:32PM BST, Aaron Bieber wrote: > > Hi, > > > > Here is a port of sqlc - A neat tool for generating Go from SQL. > > > > Homepage: htt