jnnkrdb / rdbsql

SQL package for GoLang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RDBSQL

GitHub go.mod Go version of a Go module CodeFactor Go Report Card Github tag GitHub issues GPLv3 license


Description

A go-package for sql-databases. Uses structs to access the data in the databases. Structs require tags to be translated nto sql-statements.

Install

Use the go commandline tool to install the package to your go project.

go get github.com/jnnkrdb/rdbsql

About

SQL package for GoLang.

License:GNU General Public License v3.0


Languages

Language:Go 99.2%Language:Batchfile 0.8%