register_postgresclient_module

Function register_postgresclient_module 

Source
pub fn register_postgresclient_module(
    engine: &mut Engine,
) -> Result<(), Box<EvalAltResult>>
Expand description

Register PostgreSQL client module functions with the Rhai engine

§Arguments

  • engine - The Rhai engine to register the functions with

§Returns

  • Result<(), Box<EvalAltResult>> - Ok if registration was successful, Err otherwise