electrodb
Advanced tools
Changelog
[1.8.3] - 2022-05-14
Changelog
[1.8.2] - 2022-05-13
Changelog
[1.8.1] - 2022-03-29
Changelog
[1.8.0] - 2022-03-28
transactWrite
and transactGet
create
and put
methods (instead of just the root map)create
and put
methods.Changelog
[1.7.2] - 2022-03-27
update
method specific query option typing no longer lost when using a where
method in a query chainUpdateEntityItem
type. Exported type was missing composite key attributesChangelog
[1.7.1] - 2022-03-19
Changelog
[1.6.3] - 2022-02-22
data
update operation ifNotExists
to allow for use of the UpdateExpression function "if_not_exists()".Changelog
[1.6.2] - 2022-01-27
create
, patch
, and remove
will now refer to primary table keys through parameters via ExpressionAttributeNames when using attribute_exists()
/attribute_not_exists()
DynamoDB conditions. Prior to this they were referenced directly which would fail in cases where key names include illegal characters. Parameter implementation change only, non-breaking.Changelog
[1.6.1] - 2021-12-05
find()
and match()
methods would incorrectly select an index without a complete partition key. This would result in validation exceptions preventing the user from querying if an index definition and provided attribute object aligned improperly. This was fixed and a slightly more robust mechanism for ranking indexes was made.