Re: [go-nuts] sqlEZ: the easiest way to use a SQL database

2017-03-05 Thread jmacwhyte
repo just in case: https://github.com/jmacwhyte/sqlez On Sunday, March 5, 2017 at 6:10:26 AM UTC-8, Konstantin Khomoutov wrote: > > On Sun, 5 Mar 2017 12:42:24 +0200 > Janne Snabb > wrote: > > > > After seeing a need for simplifying SQL databases in Go, I have > >

[go-nuts] Re: sqlEZ: the easiest way to use a SQL database

2017-03-05 Thread jmacwhyte
This is my first post to this mailing list, and wouldn't you know it, I totally forgot to include the link to the repo. Talk about a bad first impression! Here it is: https://github.com/jmacwhyte/sqlez On Saturday, March 4, 2017 at 9:25:29 PM UTC-8, jmacwhyte wrote: > > Hello all

[go-nuts] sqlEZ: the easiest way to use a SQL database

2017-03-04 Thread jmacwhyte
Hello all, After seeing a need for simplifying SQL databases in Go, I have written a new package that makes it very easy to do basic SELECT, INSERT, and UPDATE database operations. Essentially you define a struct that corresponds with the data in your database, and then you can simply pass that

[go-nuts] sqlEZ: Forgot the github link!

2017-03-04 Thread jmacwhyte
Hello again, Of course it's my very first post to this group and I forget to include the link to my project! If it's possible to edit my original message, I will. Here is the link: sqlEZ https://github.com/jmacwhyte/sqlez -- You received this message because you are subscribed to