pub fn register_postgresclient_module( engine: &mut Engine, ) -> Result<(), Box<EvalAltResult>>
Register PostgreSQL client module functions with the Rhai engine
engine
Result<(), Box<EvalAltResult>>