Skip to content

creating a basic Go application to simplify CRUD interactions and operations of structured data

Notifications You must be signed in to change notification settings

lhmzhou/have-some-func

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

have-some-func

This Go application demonstrates the use of CRUD operations on a SQLite database for local data.

Installation

Install go-sqlite3 dependency from source

$ go get github.com/mattn/go-sqlite3

Run Project

$ go run src/main.go

Go Framework Credits

SQLite driver Gin

Other Related Projects

sqlc

Contributing

Pull requests are welcomed. Please use project in production at your own peril.

About

creating a basic Go application to simplify CRUD interactions and operations of structured data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published