Skip to content

A simple Gold tracking desktop App which uses goldprice.org APIs, written in Go and Fyne using embedded SQLite for keeping all the date in users machines.

Notifications You must be signed in to change notification settings

AlbertArakelyan/goldwatcher-go-desktop-app

Repository files navigation

GoldWatcher

Go SQLite

A simple Gold tracking desktop App which uses goldprice.org APIs, written in Go and Fyne using embedded SQLite for keeping all the data related to Gold purchases in users machines.

▶️ Running and Installing

  • Run the following command for aligning dependencies
go mod tidy
  • Then run following commands for running or building the app
make run # for running the app
make build # for building the app

You can find configs for building the app in Makefile.


In this repo you can find various solutions and use them in your projects such as

  • How to connect embedded SQLite DB to your Go application and do basic CRUD operations
  • How to write SQL queries directly in your Go application
  • Usage of different and various features of Fyne library for full desktop experience

Feeling lucky? Give it a star ⭐ and fork for adding something from your side 😊.

About

A simple Gold tracking desktop App which uses goldprice.org APIs, written in Go and Fyne using embedded SQLite for keeping all the date in users machines.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published