electrodb
Advanced tools
Changelog
[2.5.1] - 2023-03-22
Changelog
[2.5.0] - 2023-03-19
get
and write
transactions are now supported in ElectroDB via transact write and transact get methods.Changelog
[2.4.2] - 2023-03-03
ignoreOwnership
execution option. Addresses Issue #194 which calls out regression with ignoreOwnership
. This flag is now appropriately applied to "query", "get", and "scan" operations.Changelog
[2.4.1] - 2023-01-20
createSchema()
function would validate but not return the schema object providedChangelog
[2.4.0] - 2022-01-19
size()
, type()
and escape
. Addresses Issue#208 [read more]createSchema()
function for helping create and type ElectroDB schemas without instantiating an Entity. Addresses Issue#167. [read more]Changelog
[2.3.5] - 2022-12-18
Changelog
[2.3.3] - 2022-11-28
remove
and delete
functionality between update
and patch
methods.Changelog
[2.3.2] - 2022-11-23
where
clause usage, and would not add condition expression to parameters.