The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
[
  {
    "name":"create table foo",
    "deploy_sql":"CREATE TABLE foo(a,b)",
    "verify_sql":"PRAGMA table_info(foo)",
    "verify_expects":[ [ 0, "a", "", 0, null, 0 ], [ 1, "b", "", 0, null, 0 ] ]
  }
]