DynamoDB FDW 1.1.0 released - Mailing list pgsql-announce

From Toshiba via PostgreSQL Announce
Subject DynamoDB FDW 1.1.0 released
Date
Msg-id 164114417011.21667.1488058863772530001@wrigleys.postgresql.org
Whole thread Raw
List pgsql-announce
 

DynamoDB FDW 1.1.0 released

DynamoDB FDW 1.1.0 released

We have just released version 1.1.0 of the Foreign Data Wrapper for DynamoDB.

This release can work with PostgreSQL 13 and 14.

This release improves following item:

  • Support PostgreSQL 14.0

The FDW supports following features :

  • Support SELECT feature to get data from DynamoDB. DynamoDB FDW supports selecting columns or nested attribute object by using -> or ->> jsonb operator.

  • Support INSERT feature.

  • Support UPDATE feature.

  • Support DELETE feature.

  • Support push down WHERE clause (including nested attribute object).

  • Support push down function SIZE of DynamoDB.

This is developed by Toshiba Software Engineering & Technology Center.

Please see the repository for details.

Source repository : https://github.com/pgspider/dynamodb_fdw

Best Regards, Shigeo Hirose

This email was sent to you from Toshiba. It was delivered on their behalf by the PostgreSQL project. Any questions about the content of the message should be sent to Toshiba.

 

pgsql-announce by date:

Previous
From: Toshiba via PostgreSQL Announce
Date:
Subject: Parquet S3 FDW 0.2.1 released
Next
From: Alexey Borzov via PostgreSQL Announce
Date:
Subject: pg_builder 2.0.0 and pg_wrapper 2.0.0 packages for PHP released