alopex-sql 0.6.0

SQL parser components for the Alopex DB dialect
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "Alopex SQL Parser (Nim)",
  "image": "nimlang/nim:2.2",
  "customizations": {
    "vscode": {
      "extensions": [
        "nimsaem.nimvscode",
        "saem.vscode-nim"
      ]
    }
  },
  "postCreateCommand": "nimble install -y npeg msgpack4nim",
  "mounts": [
    "source=${localWorkspaceFolder},target=/workspace,type=bind"
  ]
}