1 2 3 4 5 6 7 8 9 10 11
database: name: "test_db" tables: test: columns: id: "INTEGER PRIMARY KEY" name: "VARCHAR(100)" data: - id: 1 name: "Test"