An open API service indexing awesome lists of open source software.

https://github.com/shivangraikar/golang-database

Golang database programs
https://github.com/shivangraikar/golang-database

database golang golang-examples routines sql

Last synced: 3 months ago
JSON representation

Golang database programs

Awesome Lists containing this project

README

          

# Golang-Database

Connecting Golang with sqlite3 and using cli to perform CRUD operations.

The repository consists of multiple programs that operate on the database.

The exact process of performing will be stated later.

The sub repository go-routine consists exampls for routines and function arguments.
Run the porgram files chronologically to understand the working and try to alter accordingly.