Tags: Go

  • Go Database Tutorial: database/sql

    August 24, 2017 in PostgreSQL

    Go Database Tutorial: database/sql

    Similar to JDBC, Go also has a standard database access interface. This article details how to use database/sql in Go and important considerations.

    Similar to JDBC, Go also has a standard database access interface. This article details how to use database/sql in Go and important considerations.