SQLite fdw 1.0.0 released

Mototaka Kanematsu <[email protected]> Wed, 17 Oct 2018 13:30:50 +0900
Newsgroups gmane.comp.db.postgresql.announce
Message-ID <[email protected]>
We have just released version 1.0.0 of the Foreign Data Wrapper for SQLite.

This release can work with PostgreSQL 9.6 and 10.
This release supports following features :

   -  SELECT, INSERT, UPDATE and DELETE of foreign tables
   -  WHERE clauses push-down
   -  Aggregate push-down (PostgreSQL 10 only)
   -  Transactions

This is developed by Toshiba Software Engineering & Technology Center.

Please see the repository for details.

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

Best Regards,
Mototaka Kanematsu