Skip to content

Releases: pgspider/dynamodb_fdw

Release v1.3.0

20 Dec 11:03
cdad523
Compare
Choose a tag to compare
  • Support PostgreSQL 16.0

Release 1.2.0

20 Jan 10:04
442f4c7
Compare
Choose a tag to compare

Support PostgreSQL 15.0

Release 1.1.0

24 Dec 09:26
138f382
Compare
Choose a tag to compare

Support PostgreSQL 14.0

Release 1.0.0

02 Nov 07:16
cd27512
Compare
Choose a tag to compare

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.