teo-parser 0.3.0

Parser for Teo schema language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
connector {
  provider: .mysql,
  url: "mysql://localhost:3306/myhandler",

}

server {
  bind: ("0.0.0.0", 5500),
}

declare handler helloWorldPost(): Any

@map(.patch, "/")
declare handler helloWorldPatch(): Any

declare request middleware timing

request middlewares [timing]