teo-parser 0.3.0

Parser for Teo schema language
Documentation
1
2
3
4
5
6
7
8
connector {
    provider: .postgres,
    url: ENV["DATABASE_URL"]!
}

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