# Functions
BatchInsert returns a streaming writer for database or emulates it if database has no support for batch inserts.
CompareValues return 0 if values are equal, positive value if first value sorts after second, and negative otherwise.
GenKey generates a unique key (with one field).
No description provided by the author
KeyFrom extracts a set of fields as a Key from Document.
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
ValuesEqual returns true if values are strictly equal.
# 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
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
exact match for string values (usually a hash index).
# Variables
No description provided by the author
# Structs
FieldFilter represents a single field comparison operation.
Index is an index for a collection of documents.
No description provided by the author
No description provided by the author
No description provided by the author
Quads is a shape representing a quads query.
No description provided by the author
No description provided by the author
Shape is a shape representing a documents query with filters.
# Interfaces
BatchInserter is an optional interface for databases that can insert documents in batches.
Database is a minimal interface for NoSQL database implementations.
Update is a batch delete request builder.
DocIterator is an iterator over a list of documents.
DocWriter is an interface for writing documents in streaming manner.
Query is a query builder object.
Update is an update request builder.
Value is a interface that limits a set of types that nosql database can handle.
# Type aliases
Bool is a boolean value.
Bytes is a raw binary data.
Document is a type of item stored in nosql database.
FilterOp is a comparison operation type used for value filters.
Float is an floating point value.
IndexType is a type of index for collection.
No description provided by the author
Int is an int value.
Key is a set of values that describe primary key of document.
No description provided by the author
No description provided by the author
No description provided by the author
String is an UTF8 string value.
Strings is an array of strings.
Time is a timestamp value.