Files
fusionpbx/resources/install/scripts
Alexey Melnichuk 5afec68fb1 Add. Support multiple database backends.
```Lua
local Database = require 'resources.functions.database'

-- Default backend configured via xml_handler.db_backend = 'native'
dbh = Database.new("system")

-- To use other backends you can use
dbh = Database.backend.luasql("system")
```
2016-02-19 17:03:45 +03:00
..
2015-08-11 14:40:02 +04:00
2016-01-05 13:19:02 -07:00
2015-11-05 18:02:08 +03:00
2014-07-31 08:40:15 +00:00