Categorygithub.com/fajarardiyanto/flt-go-database
repository
0.1.7
Repository: https://github.com/fajarardiyanto/flt-go-database.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

Go Module Database

Database modules, this modules designed to concurrent safe

Faltar Database use :

Installation

go get github.com/fajarardiyanto/flt-go-database
Upgrading to the latest version
go get -u github.com/fajarardiyanto/flt-go-database
Upgrade or downgrade with tag version if available
go get -u github.com/fajarardiyanto/[email protected]

Usage

package main

import (
	"github.com/fajarardiyanto/flt-go-database/lib"
)

func main() {
	db := lib.NewLib()
	db.Init("Test Database Modules")
}

Run Example

make help

Tips

Maybe it would be better to do some basic code scanning before pushing to the repository.

# for *.nix users just run gosec.sh
# curl is required
# more information https://github.com/securego/gosec
make scan