Releases: pgspider/dynamodb_fdw
Releases · pgspider/dynamodb_fdw
Release v1.3.0
Release 1.2.0
Support PostgreSQL 15.0
Release 1.1.0
Support PostgreSQL 14.0
Release 1.0.0
DynamoDB FDW 1.0.0
Support SELECT feature to get data from DynamoDB. DynamoDB FDW supports selecting columns or nested attribute object (using -> or ->> operator).
Support INSERT feature.
Support UPDATE feature using foreign modify.
Support DELETE feature using foreign modify.
Support push down WHERE clause (including nested attribute object).
Support push down function SIZE of DynamoDB.
Create tests.