df-helper 0.2.26

df helper tools db cache
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "default": "text",
  "connections": {
    "text": {
      "type": "mssql",
      "idauto": false,
      "hostname": "192.100.100.7",
      "hostport": 1433,
      "database": "sctest",
      "username": "sa",
      "userpass": "snsoft",
      "params": [],
      "charset": "utf8mb4",
      "prefix": ""
    }
  }
}