DynamoDB fdw 1.0.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.0.0 released
Date: 2021-11-02 15:36:12
Message-ID: 163586737262.684.4276437468822299763@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

DynamoDB FDW 1.0.0 is newly released.

We have just newly released Foreign Data Wrapper for DynamoDB.

This release can work with PostgreSQL 13.
This FDW is implemented in C language with AWS C ++ library.
This release 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.

Browse pgsql-announce by date

  From Date Subject
Next Message PWN via PostgreSQL Announce 2021-11-08 08:24:59 PostgreSQL Weekly News - November 7, 2021
Previous Message Code Synthesis via PostgreSQL Announce 2021-11-02 10:27:53 ODB 2.5.0-b.21 adds support for bulk operations in PostgreSQL 14