duckdb_fdw
Database bridge
A foreign data wrapper that connects PostgreSQL to DuckDB databases.
DuckDB Foreign Data Wrapper for PostgreSQL
351 stars
7 watching
22 forks
Language: PLpgSQL
last commit: about 1 month ago
Linked from 1 awesome list
duckdbduckdb-fdwfdwforeign-data-wrapperpostgresql
Related projects:
Repository | Description | Stars |
---|---|---|
enterprisedb/mongo_fdw | A PostgreSQL extension that enables interaction with MongoDB databases through foreign data wrappers. | 331 |
zaid-ajaj/npgsql.fsharp | A F# wrapper around Npgsql to simplify PostgreSQL database interactions | 318 |
markroddy/duckdb-pytables | An extension for DuckDB that allows running SQL queries on arbitrary data sources using Python functions. | 84 |
duckdb/duckdb-rs | An ergonomic Rust wrapper for DuckDB's C API | 527 |
giorgi/duckdb.net | A C# library providing bindings and ADO.NET support for DuckDB, a self-contained relational database engine. | 458 |
ak-coram/cl-duckdb | A Common Lisp wrapper around the DuckDB C API for database interactions | 36 |
postgres-haskell/postgres-wire | A Haskell driver for interacting with PostgreSQL databases using the native binary protocol. | 64 |
dwclark/postgresql | Provides a Java implementation of the PostgreSQL V3 protocol and JDBC 4 Driver for connecting to PostgreSQL databases. | 5 |
dridk/sqlite2duckdb | Converts one type of relational database to another with high reading efficiency. | 12 |
demetrixbio/fsharp.data.npgsql | An F# type provider library for accessing and manipulating data in PostgreSQL databases. | 127 |
mause/duckdb_engine | Provides a SQLAlchemy driver for DuckDB, enabling Python developers to interact with the DuckDB database using standard SQL | 366 |
ywelsch/duckdb-prql | An extension to a relational database system that supports a custom query language | 263 |
frickle/ngx_postgres | Enables direct communication between Nginx and PostgreSQL databases. | 545 |