# 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