yamlbase 0.7.2

A lightweight SQL server that serves YAML-defined tables over standard SQL protocols
Documentation
1
2
3
4
5
6
7
tables:
  users:
    columns:
      - name: id
        type: integer
    data:
      - id: 1