Go Database Tutorial: database/sql2017-08-24·4249 words·20 minsPostgreSQL GoSimilar to JDBC, Go also has a standard database access interface. This article details how to use database/sql in Go and important considerations.