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
- Host: GitHub
- URL: https://github.com/shivangraikar/golang-database
- Owner: shivangraikar
- License: gpl-2.0
- Created: 2020-08-03T15:24:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-21T12:37:52.000Z (over 5 years ago)
- Last Synced: 2023-05-01T08:30:54.212Z (over 2 years ago)
- Topics: database, golang, golang-examples, routines, sql
- Language: Go
- Homepage:
- Size: 40 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.