Categorygithub.com/cybergarage/go-mongo
repository
1.2.1
Repository: https://github.com/cybergarage/go-mongo.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

go-mongo

GitHub tag (latest SemVer) test Go Reference codecov

The go-mongo is a database framework for implementing a MongoDB-compatible server using Go easily.

What is the go-mongo?

The go-mongo handles MongoDB Wire Protocol and interprets the major messages automatically so that all developers can develop MongoDB-compatible servers easily.

Since the go-mongo handles all system commands automatically, developers can easily implement their MongoDB-compatible server only by simply handling user query commands.

Table of Contents

Examples

References