modulepackage
0.0.0-20220102195405-aef93ea93bbb
Repository: https://github.com/a-poor/mingodb.git
Documentation: pkg.go.dev
# README
MingoDB
created by Austin Poor
An embedded document DB written in pure Go, inspired by MongoDB and based on BoltDB.
# Functions
Open creates a new database connection at the path specified.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Collection represents a collection of MingoDB documents.
Database represents a MingoDB database connection.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author