return sqlite
    .init({}, (table) => {
      // define your schema here
      debug(`created ${table._tableName} table`);
      table.increments('id');