//
pkg.gl
Category
github.com/nickhstr/goweb
db
nosql
package
0.24.2
Repository:
https://github.com/nickhstr/goweb.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
102 SLOC
#
Packages
mongodb
No description provided by the author
#
Functions
NewNoopDB
No description provided by the author
#
Structs
NoopDB
NoopDB serves as a no-op database, used primarily for composing mock databases in unit tests.
#
Interfaces
Aggregator
No description provided by the author
Deleter
No description provided by the author
Finder
No description provided by the author
Inserter
No description provided by the author
Replacer
No description provided by the author
Storer
Storer abstracts common operations used by nosql databases.