An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Datastation

[![CodeQL](https://github.com/Byte-Cats/datastation/actions/workflows/codeql.yml/badge.svg)](https://github.com/Byte-Cats/datastation/actions/workflows/codeql.yml)
[![Go Reference](https://pkg.go.dev/badge/github.com/byte-cats/datastation#section-readme.svg)](https://pkg.go.dev/github.com/byte-cats/datastation#section-readme)
[![Go Report Card](https://goreportcard.com/badge/github.com/byte-cats/datastation)](https://goreportcard.com/report/github.com/byte-cats/datastation)

### A Simple Go library for most database types
![Datastation](https://i.pinimg.com/originals/38/12/4a/38124a95a3df1290fdc3f7939212ebe3.jpg)





## 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)