Async PostgreSQL client using libpq and EV
Changes for 0.01 - 2026-03-06
Async queries (query, query_params) Prepared statements (prepare, query_prepared, describe_prepared, describe_portal) Pipeline mode (enter/exit, pipeline_sync, send_pipeline_sync, send_flush_request) Single-row mode, chunked rows (libpq >= 17) COPY IN/OUT with backpressure (put_copy_data, put...