Writing Go application that interacts with DB

Anton Klimenko
ITNEXT
Published in
14 min readNov 1, 2021

--

Photo by Zan on Unsplash

In this article, I would like to share my approach to writing and testing code that interacts with a database. To support the writing with the example, I’m going to create a basic invoice management application. For simplicity, all data stored in the application database is owned and maintained by a single user.

--

--