Database Usage in Golang Part 1: Basic Interaction

Database Usage in Golang Part 1: Basic Interaction

In this tutorial we will learn the fundamentals of talking to SQL databases from Golang. We will connect to an SQLite database in order to read and write data to our hard drive. Although this is not an SQL tutorial, the examples are simple enough to grasp their basic idea. Feel free to do some research on relational databases if you have not worked with them yet.

To view or add a comment, sign in

More articles by Bastian Isensee

  • Better Than Estimations

    Relying on estimations in software projects is dangerous. Unfortunately, many projects keep doing it and often fail as…

  • The Biggest Risk for Developers

    Working in IT is great. It stimulates your mind and creativity by solving problems.

  • Building a REST API in Golang

    REST APIs are one of the most common architecture patterns in today’s distributed software systems. Therefore, I want…

    5 Comments
  • Code Style Traps

    Readable code is often compared to well-written prose or poetry. Ideally, code should be a pleasure to read.

    1 Comment
  • Better Than Writing Code?

    Software developers love to write code. We enjoy talking about different programming language.

    2 Comments
  • The Problem With Agile

    In today’s world, everyone claims to be agile. Being agile is no longer just for tech and IT people.

    2 Comments
  • How to Avoid Shipwrecks in Software Development

    Building software can feel a bit like steering a ship through an endless ocean. We have to fight storms, waves, fog and…

  • Consider This When Navigating a Software Project

    Recently, we have talked about The Most Important Thing in Software Engineering and one common reason Why Many Software…

    2 Comments
  • Why Many Software Projects Fail

    In professional software development, there are many aspects to be aware of for achieving excellent results. Last time,…

  • The Most Important Thing in Software Engineering

    When reading and talking about software development, there is a lot of emphasis on code. It's all about writing fast…

    2 Comments

Explore content categories