/go-postgres-db-sample

This is a sample project which demonstrates on how to access postgresql database with go using pgx.

Primary LanguageGoApache License 2.0Apache-2.0

This is a sample go projects that demonstrates how to access postgres database using pgx.

This sample follows the instructions of this go tutorial by Google. But rather than using mysql we use postgres.