agent-first-psql 0.6.3

A PostgreSQL interface for AI agents: reliable, structured, explicit, and read-only by default.
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_ACTIVE_QUERIES: usize = 64;