1 2 3 4
#[tokio::main] async fn main() { agent_first_psql::run(agent_first_psql::Capability::ReadOnly, "afpsql-readonly").await; }