You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -153,7 +152,7 @@ Enum values are persisted as Numbers (index of enum).
153
152
154
153
# Request API
155
154
To start making requests create an instance of [DynamoStore](https://shiftcode.github.io/dynamo-easy/classes/_dynamo_dynamo_store_.dynamostore.html) and execute the desired operation using the provided api.
156
-
We support all the common dynamodb operations:
155
+
We support the following dynamodb operations with a fluent api:
// TODO when we throw an error we have a problem where multiple different classes extend one base class, this will be executed by multiple times
58
+
// TODO LOW:INVESTIGATE when we throw an error we have a problem where multiple different classes extend one base class, this will be executed by multiple times
59
59
// throw new Error(
60
60
// 'the property with name is already registered as key for index - one property can only define one key per index'
61
61
// )
@@ -145,7 +145,7 @@ function createNewProperty(
145
145
}
146
146
147
147
/**
148
-
* TODO BINARY make sure to implement the context dependant details of Binary (Buffer vs. Uint8Array)
148
+
* TODO LOW:BINARY make sure to implement the context dependant details of Binary (Buffer vs. Uint8Array)
149
149
* @returns {boolean} true if the type cannot be mapped by dynamo document client
0 commit comments