public DbMigrator(string storageLocation) { this.factory = new SQLiteConnectionFactory(storageLocation); }
public DbMigrator() { this.factory = new SQLiteConnectionFactory(); }