rookie-ninja / rk-db

Enterprise level database bootstrapper with YAML based on rk-entry in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rk-db

Enterprise level database bootstrapper with YAML in golang.

This belongs to rk-boot family. We suggest use this lib from rk-boot.

image

Database Status ORM Import Docs
MySQL Stable gorm go get github.com/rookie-ninja/rk-db/mysql docs
PostgreSQL Stable gorm go get github.com/rookie-ninja/rk-db/postgres docs
Sqlite Stable gorm go get github.com/rookie-ninja/rk-db/sqlite docs
SQL Server Stable gorm go get github.com/rookie-ninja/rk-db/sqlserver docs
ClickHouse Stable gorm go get github.com/rookie-ninja/rk-db/clickhouse docs
Redis Stable go-redis go get github.com/rookie-ninja/rk-db/redis docs
MongoDB Stable mongo-driver go get github.com/rookie-ninja/rk-db/mongodb docs

About

Enterprise level database bootstrapper with YAML based on rk-entry in Golang

License:Apache License 2.0


Languages

Language:Go 97.8%Language:Makefile 2.2%