Skip to main content

pool_key

Function pool_key 

Source
pub fn pool_key(node: &str, user: &str, database: &str) -> String
Expand description

Build the pool key for a (node, user, database) triple. NUL-delimited so the three components can never collide across boundaries.