var searchIndex = {}; searchIndex["schemamama_rusqlite"] = {"doc":"","items":[[3,"SqliteAdapter","schemamama_rusqlite","An adapter that allows its migrations to act upon PostgreSQL connection transactions.",null,null],[4,"SqliteMigrationError","","",null,null],[13,"UknownError","","",0,null],[13,"RusqliteError","","",0,null],[13,"SqlError","","",0,null],[6,"Result","","",null,null],[8,"SqliteMigration","","A migration to be used within a PostgreSQL connection.",null,null],[11,"up","","Called when this migration is to be executed. This function has an empty body by default,\nso its implementation is optional.",1,null],[11,"down","","Called when this migration is to be reversed. This function has an empty body by default,\nso its implementation is optional.",1,null],[11,"fmt","","",0,null],[11,"from","","",0,{"inputs":[{"name":"error"}],"output":{"name":"sqlitemigrationerror"}}],[11,"new","","Create a new migrator tied to a SQLite connection.",2,{"inputs":[{"name":"sqliteconnection"}],"output":{"name":"sqliteadapter"}}],[11,"setup_schema","","Create the tables Schemamama requires to keep track of schema state. If the tables already\nexist, this function has no operation.",2,null],[11,"current_version","","Panics if `setup_schema` hasn't previously been called or if the query otherwise fails.",2,null],[11,"migrated_versions","","Panics if `setup_schema` hasn't previously been called or if the query otherwise fails.",2,null],[11,"apply_migration","","Panics if `setup_schema` hasn't previously been called or if the migration otherwise fails.",2,null],[11,"revert_migration","","Panics if `setup_schema` hasn't previously been called or if the migration otherwise fails.",2,null]],"paths":[[4,"SqliteMigrationError"],[8,"SqliteMigration"],[3,"SqliteAdapter"]]}; initSearch(searchIndex);