http://go-lang.cat-v.org/pure-go-libs lists two PosgreSQL drivers, but they haven't been updated since months and looking like one man shows. So I wonder if they are reliable / ready for production or if there are other recommended drivers.
Would you use Go with PostgreSQL for production and with what driver?
Go — as this is our programming language of choice, we need to install it in our local environment. PostgreSQL — we will be using PostgreSQL as our database. So, for development purposes, you will need to install it in your local environment.
The PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL database using standard, database independent Java code. pgJDBC is an open source JDBC driver written in Pure Java (Type 4), and communicates in the PostgreSQL native network protocol.
SQL is the language PostgreSQL and most other relational databases use as query language. It's portable and easy to learn.
In the year and a half since this question was asked, pq has matured significantly and is actively maintained (multiple commits by multiple people in the last week, consistent weekly updates for the last several months).
Docs are here: http://godoc.org/github.com/lib/pq
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With