Go – Part 2 – Connecting to PostgreSQL on Azure (Identity API)

This post is a continuation of Go – Part 1 – Simple Web Application (Identity API) and requires a PostgreSQL server available, see PostgreSQL – Local on Docker and Cloud on Azure There are many ways of connecting to a database server in Go. One option is GORM, an Object-Relational Mapping library. It makes mapping … Continue reading Go – Part 2 – Connecting to PostgreSQL on Azure (Identity API)

PostgreSQL – Local on Docker and Cloud on Azure

PostgreSQL is one of the great options at developers' disposal when implementing a object-relational database. It is Open Source and has been in the scenery for over 35 years. Its official website is PostgreSQL: The world's most advanced open source database. When I'm using a database usually I have a 2-step approach, first testing everything … Continue reading PostgreSQL – Local on Docker and Cloud on Azure