# rk-db **Repository Path**: rookie-ninja/rk-db ## Basic Information - **Project Name**: rk-db - **Description**: Enterprise level database bootstrapper with YAML based on rk-entry in Golang - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-17 - **Last Updated**: 2022-09-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rk-db Enterprise level database bootstrapper with YAML in golang. This belongs to [rk-boot](https://github.com/rookie-ninja/rk-boot) family. We suggest use this lib from [rk-boot](https://github.com/rookie-ninja/rk-boot). ![image](docs/img/boot-arch.png) | Database | Status | ORM | Import | Docs | |------------|--------|-----------------------------------------------------|-------------------------------------------------|------------------------------| | MySQL | Stable | [gorm](https://gorm.io/) | go get github.com/rookie-ninja/rk-db/mysql | [docs](mysql/README.md) | | PostgreSQL | Stable | [gorm](https://gorm.io/) | go get github.com/rookie-ninja/rk-db/postgres | [docs](postgres/README.md) | | Sqlite | Stable | [gorm](https://gorm.io/) | go get github.com/rookie-ninja/rk-db/sqlite | [docs](sqlite/README.md) | | SQL Server | Stable | [gorm](https://gorm.io/) | go get github.com/rookie-ninja/rk-db/sqlserver | [docs](sqlserver/README.md) | | ClickHouse | Stable | [gorm](https://gorm.io/) | go get github.com/rookie-ninja/rk-db/clickhouse | [docs](clickhouse/README.md) | | Redis | Stable | [go-redis](https://github.com/go-redis/redis/) | go get github.com/rookie-ninja/rk-db/redis | [docs](redis/README.md) | | MongoDB | Stable | [mongo-driver](https://go.mongodb.org/mongo-driver) | go get github.com/rookie-ninja/rk-db/mongodb | [docs](mongodb/README.md) |