Check out the Go + SQL Server Getting Started tutorials 
<https://www.microsoft.com/en-us/sql-server/developer-get-started/> for Mac 
<https://www.microsoft.com/en-us/sql-server/developer-get-started/go/mac/>, 
Ubuntu 
<https://www.microsoft.com/en-us/sql-server/developer-get-started/go/ubuntu/>, 
RHEL 
<https://www.microsoft.com/en-us/sql-server/developer-get-started/go/mac/>, 
SLES 
<https://www.microsoft.com/en-us/sql-server/developer-get-started/go/sles/>
 and Windows 
<https://www.microsoft.com/en-us/sql-server/developer-get-started/go/windows/>. 
They make use of the open source Go driver go-mssqldb 
<https://github.com/denisenkom/go-mssqldb> and the popular Go ORM GORM 
<http://jinzhu.me/gorm/database.html#sql-server> to connect to SQL Server 
and run through how to connect, Create-Read-Update-Delete, using an 
Object-Relational Mapper and using SQL Server's Columnstore to run 
aggregation queries.

These tutorials are based on this open-source GitHub repository 
<https://github.com/Microsoft/sqldev>, which is open for contributions. 
Make sure to let us know what you think or report any issues you might find.

-- 
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