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: https://github.com/kyleconroy/sqlc
> > DESCR:
> >   sqlc generates fully-type safe idiomatic Go code from SQL. Here's how it
>^^^
> Hi Aaron,
> 
> I believe this should read: "fully type-safe".
> 
> I'll send a PR upstream later today unless someone beats me to it ;^)
> 
> >   works:
> >   
> >   You write SQL queries
> >   You run sqlc to generate Go code that presents type-safe interfaces to
> >   those queries
> >   You write application code that calls the methods sqlc generated.
> 
> Also, the sentences should probably be terminated by a full stop
> ('.'), unless you turn it into a list like it is upstream - full
> stop on the last item should go. I'll also include it in the PR.
> 
> > OK?
> > 
> > Cheers,
> > Aaron
> > 
> 
> Regards,
> 
> Raf



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
   ^^^
Hi Aaron,

I believe this should read: "fully type-safe".

I'll send a PR upstream later today unless someone beats me to it ;^)

>   works:
>   
>   You write SQL queries
>   You run sqlc to generate Go code that presents type-safe interfaces to
>   those queries
>   You write application code that calls the methods sqlc generated.

Also, the sentences should probably be terminated by a full stop
('.'), unless you turn it into a list like it is upstream - full
stop on the last item should go. I'll also include it in the PR.

> OK?
> 
> Cheers,
> Aaron
> 

Regards,

Raf



[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-safe interfaces to
  those queries
  You write application code that calls the methods sqlc generated.
  
OK?

Cheers,
Aaron

-- 
PGP: 0x1F81112D62A9ADCE / 3586 3350 BFEA C101 DB1A  4AF0 1F81 112D 62A9 ADCE


sqlc.tgz
Description: Binary data