| From: | scylla_fdw via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org> |
|---|---|
| To: | PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org> |
| Subject: | scylla_fdw - PostgreSQL Foreign Data Wrapper for ScyllaDB |
| Date: | 2025-12-22 04:47:58 |
| Message-ID: | 176637887846.978869.12705301067176798245@wrigleys.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-announce |
We are releasing scylla_fdw, a PostgreSQL foreign data wrapper that can connect 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 types
* 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/GeoffMontee/scylla_fdw)
* [https://github.com/GeoffMontee/scylla_fdw/issues](https://github.com/GeoffMontee/scylla_fdw/issues)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | HexaCluster via PostgreSQL Announce | 2025-12-22 15:24:55 | pgFormatter v5.9 has been released |
| Previous Message | pg_llm_helper via PostgreSQL Announce | 2025-12-19 01:22:12 | pg_llm_helper 0.1.0 - Troubleshooting errors with OpenAI's gpt-4o-mini model |