DynamoDB FDW 1.2.0 released

From: Toshiba via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: DynamoDB FDW 1.2.0 released
Date: 2023-01-20 11:08:03
Message-ID: 167421288336.2667300.13116862160652868039@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

DynamoDB FDW 1.2.0 released

We have just released version 1.2.0 of the Foreign Data Wrapper for DynamoDB.
This release can work with PostgreSQL 13, 14 and 15.
This release improves following item:

- Support PostgreSQL 15

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](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.

Browse pgsql-announce by date

  From Date Subject
Next Message Toshiba via PostgreSQL Announce 2023-01-20 11:08:21 JDBC FDW 0.3.0 release
Previous Message Toshiba via PostgreSQL Announce 2023-01-20 11:07:49 Parquet S3 FDW 1.0.0 released