summaryrefslogtreecommitdiffstats
path: root/src/commands/select.json
blob: 4375cac646e34362c3dcfd9c91b708ef36c20765 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "SELECT": {
        "summary": "Change the selected database for the current connection",
        "complexity": "O(1)",
        "group": "connection",
        "since": "1.0.0",
        "arity": 2,
        "function": "selectCommand",
        "command_flags": [
            "LOADING",
            "STALE",
            "FAST"
        ],
        "acl_categories": [
            "CONNECTION"
        ],
        "arguments": [
            {
                "name": "index",
                "type": "integer"
            }
        ]
    }
}