package
1.4.1
Repository: https://github.com/sanservices/kit.git
Documentation: pkg.go.dev

# README

Overview

This package provides boilerplate code for creating database connections. It uses sqlx interface since it provides better functionalty than the standard sql package.

Usage

First install the kit package

go get github.com/sanservices/kit

Then import the library

import github.com/sanservices/kit/database

Available databse supported

  • Mysql
  • Oracle
  • Sqlite
  • Redis