DynamoDB.SQL – version 1.1.0 released
Just a quick note to say that another minor update to DynamoDB.SQL has been release, you can view the release notes here. The latest update adds support for a TSQL style WITH keyword for specifying optional parameters for tweaking the query/scan operation. For queries, you can specify the NoConsistentRead and PageSize options to use …