/rdbsql

SQL package for GoLang.

Primary LanguageGoGNU General Public License v3.0GPL-3.0

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