From a680acfd67dafa6c345116e47b1fb8ced2cde7ff Mon Sep 17 00:00:00 2001
From: Daniel Gruno
The example below shows how to acquire a database handle and return information from a table:
-function handler(r) +function handle(r) -- Acquire a database handle local database, err = r:dbacquire("mysql", "server=localhost,user=root,dbname=mydb") if not err then diff --git a/docs/manual/mod/mod_lua.xml.fr b/docs/manual/mod/mod_lua.xml.fr index b7b44ca840..7a6695d4ff 100644 --- a/docs/manual/mod/mod_lua.xml.fr +++ b/docs/manual/mod/mod_lua.xml.fr @@ -1,7 +1,7 @@ - + -- 2.50.1