modulepackage
0.0.0-20230620075144-de393268a2d8
Repository: https://github.com/clouway/godb.git
Documentation: pkg.go.dev
# README
godb
Database helper library for Go
For test purposes an environment variable is required.
export TEST_DB_HOST="localhost:27019"
# Structs
BulkResult is a result of the Bulk operation.
No description provided by the author
No description provided by the author
Config is a configuration object used for the communication with the database.
Index is representing a single index in the datastore.
# Interfaces
No description provided by the author
Collection is a collection in the database.
Database is representing the database.
Indexer is responsible for creation of indexes.
No description provided by the author
No description provided by the author
No description provided by the author