https://github.com/byte-cats/datastation
A Simple to use Go library to help connect to most types
https://github.com/byte-cats/datastation
database go library
Last synced: about 1 month ago
JSON representation
A Simple to use Go library to help connect to most types
- Host: GitHub
- URL: https://github.com/byte-cats/datastation
- Owner: Byte-Cats
- License: mit
- Created: 2022-09-24T23:40:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-16T20:13:18.000Z (over 3 years ago)
- Last Synced: 2025-03-27T01:16:50.223Z (about 1 year ago)
- Topics: database, go, library
- Language: Go
- Homepage:
- Size: 257 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Datastation
[](https://github.com/Byte-Cats/datastation/actions/workflows/codeql.yml)
[](https://pkg.go.dev/github.com/byte-cats/datastation#section-readme)
[](https://goreportcard.com/report/github.com/byte-cats/datastation)
### A Simple Go library for most database types

## Lower your coding time by:
- Having most database connectors ready to IGNITE from one go object
- Have "`Heavily in-line Commented Code!! OH YEAH!`"
- Have SUPER EASY TLDR type README'S EVERYWHERE!
Table of contents
=================
* [Features](#features)
* [Documentation](#documentation)
### Features
- [x] MySql
- [x] Postgress
- [x] MongoDB
- [x] Redis
### Documentation
* [Docker](docs/docker.md)
* [MySql](docs/mysql-init.md)
* [Settings](docs/settings.md)