Categorygithub.com/src-d/storable
modulepackage
1.0.10
Repository: https://github.com/src-d/storable.git
Documentation: pkg.go.dev

# README

storable - MongoDB ODM for Go

Build Status codecov.io GoDoc GitHub release

Installation

The recommended way to install storable is:

go get -u gopkg.in/src-d/storable.v1/...

storable includes a binary tool used by go generate, please be sure that $GOPATH/bin is on your $PATH

License

MIT, see LICENSE

# 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

# Functions

No description provided by the author
NewField return a new Field instance.
NewMap return a new Map instance.
NewStore returns a new Store instance.

# Constants

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

# Variables

ErrEmptyID a document without Id cannot be used with Save method.
ErrEmptyQueryInRaw an empty query cannot be used on any *Raw method.
ErrNewDocument a new documents cannot be updated.
ErrNonNewDocument non-new documents cannot be inserted.
ErrNotFound document not found.
ErrResultSetClosed is throwed when you are working over a closed ResultSet.
ErrStop if is used on a callback of a ResultSet.ForEach function the loop is stopped.
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ResultSet contains the result of an executed query command.
No description provided by the author

# Interfaces

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

# Type aliases

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