Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vXXq5-00EQmW-0X for pgsql-announce@arkaria.postgresql.org; Mon, 22 Dec 2025 04:48:10 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vXXq4-00D3TN-02 for pgsql-announce@arkaria.postgresql.org; Mon, 22 Dec 2025 04:48:08 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vXXq3-00D3SX-0P for pgsql-announce@lists.postgresql.org; Mon, 22 Dec 2025 04:48:08 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vXXq1-001uVu-37 for pgsql-announce@lists.postgresql.org; Mon, 22 Dec 2025 04:48:07 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Message-ID:Date:Reply-To:From:To:Subject: MIME-Version:Content-Type:Sender:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:In-Reply-To:References; bh=z3Si3PEHY+XwoL9/RyWfC87CAKPGR+z8f8I59xWJp88=; b=BEIhUiVFHPrjQQobhNLOfImxeX HpqXdE6KNdNhqL02HkfO2sQ136bIfb2dgG6lo1DqwPqnoZu26Qd7s+IK1GhghEO/2pvr64CZaeQMk LzX40+067lT+UFtbsegICeeFSPUQ3nk6hHoEXTD4owmNfEhm8zGqB2saBdU4co5SioU7QzyIHbeD8 xx4X37gv5Vq3f+BSBPUEh5qDmirLrA4QUbNcRA+Vu7OInHckrhPlitM9I2pUfFPPdH4RvDW2OhUzW U+FxQSpJnJCE7+lL9KnnUA1kiBR2hi4LpvbkTCr0RwC1NjFZGY9T9YN/LcmWwVnxV9LwAKqnwTmkc DSFCxpLA==; Received: from wrigleys.postgresql.org ([2a02:16a8:dc51::60]) by mahout.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vXXq1-005d3V-1h for pgsql-announce@lists.postgresql.org; Mon, 22 Dec 2025 04:48:05 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vXXpy-00AJCB-1t for pgsql-announce@lists.postgresql.org; Mon, 22 Dec 2025 04:48:03 +0000 Content-Type: multipart/mixed; boundary="===============5018075432851083671==" MIME-Version: 1.0 Subject: scylla_fdw - PostgreSQL Foreign Data Wrapper for ScyllaDB To: PostgreSQL Announce From: scylla_fdw via PostgreSQL Announce Reply-To: geoff.montee@gmail.com Date: Mon, 22 Dec 2025 04:47:58 +0000 Message-ID: <176637887846.978869.12705301067176798245@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: e8636ba32cc70ba3a711b8fee02951faa3ce8b04377438f0d628b3652004d4fd List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============5018075432851083671== Content-Type: multipart/alternative; boundary="===============7374715936839215188==" MIME-Version: 1.0 --===============7374715936839215188== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable We are releasing scylla_fdw, a PostgreSQL foreign data wrapper that can con= nect to ScyllaDB clusters and ScyllaDB Cloud. ## Features * Full CRUD Support: SELECT, INSERT, UPDATE, and DELETE operations * WHERE Clause Pushdown: Pushes compatible WHERE conditions to ScyllaDB * Type Conversion: Automatic type conversion between PostgreSQL and CQL typ= es * Connection Pooling: Efficient connection management * SSL Support: Secure connections to ScyllaDB clusters * Import Foreign Schema: Automatically create foreign table definitions ## Requirements * PostgreSQL 14 or later * ScyllaDB cpp-rs-driver (https://github.com/scylladb/cpp-rs-driver) * C++ compiler with C++17 support If you have any questions or concerns, please submit an issue on GitHub: * [https://github.com/GeoffMontee/scylla_fdw](https://github.com/GeoffMonte= e/scylla_fdw) * [https://github.com/GeoffMontee/scylla_fdw/issues](https://github.com/Geo= ffMontee/scylla_fdw/issues) --===============7374715936839215188== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable scylla_fdw - PostgreSQL Foreign Data Wrapper for ScyllaDB
 

scylla_fdw - PostgreSQL Foreign Data Wrapper for ScyllaDB

We are releasing scylla_fdw, a PostgreSQL f= oreign data wrapper that can connect to ScyllaDB clusters and ScyllaDB Clou= d.

Features

  • Full CRUD Support: SELECT, INSERT, UPDATE, = and DELETE operations

  • WHERE Clause Pushdown: Pushes compatible WH= ERE conditions to ScyllaDB

  • Type Conversion: Automatic type conversion = between PostgreSQL and CQL types

  • Connection Pooling: Efficient connection ma= nagement

  • SSL Support: Secure connections to ScyllaDB= clusters

  • Import Foreign Schema: Automatically create= foreign table definitions

Requirements

  • PostgreSQL 14 or later

  • ScyllaDB cpp-rs-driver (https://github.com/= scylladb/cpp-rs-driver)

  • C++ compiler with C++17 support

If you have any questions or concerns, plea= se submit an issue on GitHub:

This email was sent to you from scylla_fdw. It was delivered on their behal= f by the PostgreSQL project. Any questions about the content of the message shou= ld be sent to scylla_fdw.

You were sent this email as a subscriber of the pgsql-announce mai= linglist, for the content tag Related Open Source. To unsubscribe from further emails, or change which emails you want to receive, please click th= e personal unsubscribe link that you can find in the headers of this email, or visit https://lists.postgresql.org/unsubscribe/.
 
--===============7374715936839215188==-- --===============5018075432851083671==--