Skip to content
/ pgduckdb Public

Postgresql wire protocol proxy for duckdb. In other words, this is a network proxy to allow access to your duckdb files over the postgresql wire protocol.

License

Notifications You must be signed in to change notification settings

ybrs/pgduckdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pgduckdb

Postgresql wire protocol proxy for duckdb. In other words, this is a network proxy to allow access to your duckdb files over the postgresql wire protocol.

Why

Duckdb is an embedded database, and in some circumstances you'd want to share/connect to it over network.

Some clients/applications might not have a duckdb option but have a way to connect to a postgres server. (eg: grafana)

Installation

As usual you can do

go install github.com/ybrs/pgduckdb@latest

Usage

You can run pgduckdb pointing to your duckdb file


About

Postgresql wire protocol proxy for duckdb. In other words, this is a network proxy to allow access to your duckdb files over the postgresql wire protocol.

Resources

License

Stars

Watchers

Forks

Packages

No packages published