golang
Reboot 2023, My Reasons For Writing These Posts (Let's Learn Together)
Reboot 2023, My Reasons For Writing These Posts (Let's Learn Together)
· ☕ 1 min read · ✍️ David Walker
Why Am I Writing This? Well I would like to say its for the benefit of mankind but that would be a lie. Its pretty much for the benefit of me be it learning new technologies and keeping a record, discussing fantasy football, or business talk. I wanted to start using a static site generator and become more proficient in markdown as well. So I picked Hugo to start using for a static site generaor since GOlang is the new hotness for me.

Getting Started With SQLite3 And Golang
Getting Started With SQLite3 And Golang
· ☕ 3 min read
Connecting to a SQLite Database using Golang Connecting to a SQLite database is pretty easy with Golang. Below I will show you a basic example of how to access data and print it out to the command line. Here will we will need to import the necessary packages so we can access the database in our code. We need to use the underscore notation for the sqlite3 package since we only need it for side-affects in our program.

About Me
· ☕ 1 min read · ✍️ David Walker
This article goes through connecting Golang to SQLite3.