Re: [go-nuts] MSSQL DBMS

2017-06-15 Thread Shawn Milochik
I recommend this excellent documentation to get started: http://jmoiron.github.io/sqlx/ The docs are from the sqlx package, but they do a great job of explaining the standard library functionality first. You can just stop reading after the beginning. Also, unless I'm missing something, you're *m

Re: [go-nuts] MSSQL DBMS

2017-06-15 Thread Kiki Sugiaman
Try to get the simplest sqlite example working using database/sql. This is to get config issues common with database servers out of the way. Such example has been discussed several times in the past in this very mailing list. Once you get the example with sqlite working, substitute driverName