JDBC FDW 0.1.0 release

From: Toshiba via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: JDBC FDW 0.1.0 release
Date: 2022-01-02 14:59:50
Message-ID: 164113559046.21667.6666095084348234637@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

JDBC FDW 0.1.0 newly released.

We have just newly released Foreign Data Wrapper for databases with JDBC interface.

This release can work with PostgreSQL 13 and 14.

This FDW is implemented in C language with JDK library.

The existing JDBC FDWs are not well maintained and their features are very limited, this jdbc_fdw is released in order to solve these problems.

This release supports the following features :

- Support PostgreSQL 13.0 14.0.
- Support SELECT feature.
- Support INSERT feature.
- Support UPDATE feature.
- Support DELETE feature.
- Support push down WHERE clause.
- Support push down aggregate functions.

This is developed by Toshiba Software Engineering & Technology Center.
Please see the repository for details.
Source repository : https://github.com/pgspider/jdbc_fdw

Browse pgsql-announce by date

  From Date Subject
Next Message Toshiba via PostgreSQL Announce 2022-01-02 15:22:11 Parquet S3 FDW 0.2.1 released
Previous Message Toshiba via PostgreSQL Announce 2021-12-27 19:01:59 SQLite fdw 2.1.1 released