Skip to content

fanvanzh/PostDuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PostDuck

Build Status

Make DuckDB run as Postgresql-Server

screenshot

Feature RoadMap

Postgresql protocal:

  • Simple Query
  • Query Cancel
  • Prepare Stmt
  • Binary Result

Compatible with PG tools:

  • psql
  • pgbench
  • pg_dump
  • pg_restore

Compatible with PG drivers:

  • pgx
  • psycopg2
  • libpq/libpqxx
  • PostgreSQL JDBC Driver

Build and run

Install Boost Library

Centos:

yum install boost-devel

Ubuntu:

sudo apt update
sudo apt install libboost-all-dev

Mac:

brew install boost

Clone Source

git clone --recurse-submodules https://github.com/fanvanzh/PostDuck

Build

cd PostDuck
mkdir build && cd build
cmake ..
make -j 16

Run

./postduck --help

About

Make DuckDB run as Postgresql Server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •