# README
storable - MongoDB ODM for Go
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
# 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.
# 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