agent-first-psql 0.5.0

A PostgreSQL tool for AI agents — SQL in, typed rows out, on a connection that stays open.
Documentation
1
2
3
4
5
pub const OUTPUT_CHANNEL_CAPACITY: usize = 4096;
pub const MAX_PIPE_LINE_BYTES: usize = 1_048_576;
pub const MAX_SQL_BYTES: usize = 1_048_576;
pub const MAX_PARAMS: usize = 65_535;
pub const MAX_IN_FLIGHT: usize = 64;