Database

/.module.json (463 B)

 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "Database",
"icon": "database",
"description": "Provides an API for accessing relational databases",
"authorName": "Kyle U",
"authorEmail": "kyle@kyleu.com",
"license": "CC0",
"sourcecode": "https://github.com/kyleu/projectforge/tree/master/module/database",
"configVars": [
{
"key": "db_metrics_disabled",
"type": "bool",
"description": "when set, skips metrics for database methods"
}
],
"priority": 10
}