golang-sqlite-simple-example.webp

Golang SQLite Simple Example

In this post, I will show you a simple example how to use SQLite in Go (Golang). SQLite is one of the popular embedded, file-based database in the market used by companies like Apple, Airbus, Google, Skype, Autodesk and Dropbox. You can check out the list of well-know SQLite user in this link https://www.sqlite.org/famous.html Requirements Knowledge in Terminal or command prompt An installed Go 1.19 or latest Knowledge in compiling Go codes Visual Studio Code (Optional) Let’s begin We will use a library from https://github....

February 26, 2020 · John Pili