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

https://github.com/sweetrpg/mongodb.go

Database utilities and classes for SweetRPG.
https://github.com/sweetrpg/mongodb.go

database mongodb python schema utilities

Last synced: 6 months ago
JSON representation

Database utilities and classes for SweetRPG.

Awesome Lists containing this project

README

          

# MongoDB

[![CI](https://github.com/sweetrpg/mongodb.go/actions/workflows/go-ci.yml/badge.svg)](https://github.com/sweetrpg/mongodb.go/actions/workflows/go-ci.yml)
[![License](https://img.shields.io/github/license/sweetrpg/mongodb.go.svg)](https://img.shields.io/github/license/sweetrpg/mongodb.go.svg)
[![Issues](https://img.shields.io/github/issues/sweetrpg/mongodb.go.svg)](https://img.shields.io/github/issues/sweetrpg/mongodb.go.svg)
[![PRs](https://img.shields.io/github/issues-pr/sweetrpg/mongodb.go.svg)](https://img.shields.io/github/issues-pr/sweetrpg/mongodb.go.svg)
[![Dependabot](https://badgen.net/github/dependabot/sweetrpg/mongodb.go)](https://badgen.net/github/dependabot/sweetrpg/mongodb.go)

Database abstraction layer for accessing MongoDB.

## Documentation

Documentation for this package can be found [here](https://sweetrpg.github.io/mongodb.go).