electrodb
Advanced tools
Changelog
[1.4.5] - 2021-10-17
Changelog
[1.4.4] - 2021-10-16
set
on update method calls in case the update results in an item insert. [read more]Changelog
[0.11.1] - 2021-10-17
set
on update method calls in case the update results in an item insert. [read more]Changelog
[1.4.3] - 2021-10-03
undefined
property was passed to query. This has been changed to not throw if a partial query on that index can be accomplished with the data provided.Changelog
[1.4.2] - 2021-09-09
.page()
method pager. Now includes the destructured keys associated with the index being queried. [read more]limit
, for use in .params()
calls. [read more]Changelog
[1.4.1] - 2021-08-25
Changelog
[1.4.0] - 2021-08-22
ignoreOwnership
to bypass ElectroDB checks/interrogations for ownership of an item before returning it. [read more]Changelog
[1.3.2] - 2021-08-11
parse()
had critical typo. Method now has an improved api, and appropriate tests [read more]Changelog
[1.3.1] - 2021-08-09
parse()
to expose ElectroDB formatting for values retrieved outside ElectroDB. [read more]Changelog
[1.3.0] - 2021-08-09
map
, list
, set
. [read more]ReturnValues
as requested in Issue#71. [read more]append
, add
, subtract
, data
, remove
, and delete
. [read more]required
are now not possible to be removed (using the update method remove()
) from a stored Item. This was an oversight from the last release.hidden
now skips invoking that attribute's getter method.value()
operation.get()
method now incorporate potential for null
response.value()
and name()
where clause operations.