Skip to main content

register

Function register 

Source
pub fn register(
    lua: &Lua,
    conn: Arc<Mutex<Connection>>,
    interrupt: Arc<InterruptHandle>,
) -> LuaResult<()>
Expand description

Register std.kv with default SqlConfig (only used if std.sql was not registered first; otherwise the existing config is preserved).