Closed fanyang01 closed 3 weeks ago
Resolves #95
This PR adds initial supports for Postgresql frontend-backend protocol. Now we can use psql -h 127.0.0.1 -U mysql to connect to the PG port and execute DuckDB SQL directly.
psql -h 127.0.0.1 -U mysql
Future work: prepared statements, DMLs, COPY
Two birds with one stone. Cool!
Resolves #95
This PR adds initial supports for Postgresql frontend-backend protocol. Now we can use
psql -h 127.0.0.1 -U mysql
to connect to the PG port and execute DuckDB SQL directly.Future work: prepared statements, DMLs, COPY