barrel_ex_http v0.2.1 BarrelEx.Document
API for interacting with a BarrelDB document.
Link to this section Summary
Functions
Create a new document doc
in the database db
.
Returns also the response status
Create a new document doc
in the database db
Delete a document doc
in the database db
.
Returns also the response status
Delete a document doc
in the database db
Get all documents from the database db
, filtered by
a map of options
.
Returns also the response status
Get all documents from the
database db
, filtered by a map of options or
a list of options
tuples
Get the document with a given doc_id
from the
database db
, filtered by an optional list of options.
Returns also the response status
Get the document with a given doc_id
from the
database db
, filtered by an optional list of options
Check for differences in documents history in the
database db
. Returns also the response status
Check for differences in documents history in the
database db
Update a document doc
in the database db
.
Returns also the response status
Update a document doc
in the database db
Link to this section Functions
Create a new document doc
in the database db
.
Returns also the response status.
Create a new document doc
in the database db
.
Delete a document doc
in the database db
.
Returns also the response status.
Delete a document doc
in the database db
.
Get all documents from the database db
, filtered by
a map of options
.
Returns also the response status.
Get all documents from the
database db
, filtered by a map of options or
a list of options
tuples.
Get the document with a given doc_id
from the
database db
, filtered by an optional list of options.
Returns also the response status.
Get the document with a given doc_id
from the
database db
, filtered by an optional list of options.
Check for differences in documents history in the
database db
. Returns also the response status.
Check for differences in documents history in the
database db
.
Update a document doc
in the database db
.
Returns also the response status.