Make DuckDB run as Postgresql-Server
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
Centos:
yum install boost-devel
Ubuntu:
sudo apt update
sudo apt install libboost-all-dev
Mac:
brew install boost
git clone --recurse-submodules https://github.com/fanvanzh/PostDuck
cd PostDuck
mkdir build && cd build
cmake ..
make -j 16
./postduck --help
