{ "spec_version": [1, 0, 0], "version": [1, 0, 1], "init": ["create table if not exists t (vacation_spot text);"], "queries": { "read": { "read01": { "sql_template": "select vacation_spot from t;", "args": [], "cols": ["vacation_spot"] } }, "write": { "write01": { "sql_template": "insert into t values (?);", "args": ["vacation_spot"] } } }, "conversions": [] }