ImportKaraokeSongs
struct ImportKaraokeSongs : AsyncMigrationA Migration that imports the Karaoke Song Catalog file.
This file is  located in the seeds/ subdirectory of the project.
- 
                  prepare(on:Asynchronous) Required by Migrationprotocol. Reads either a test or production.icsfile in theseeds/subdirectory, converts the lines into elements of an array, hands that off to a parser and populates theEventdatabase with the[Event]array returned.Requires JoCoKaraokeSongCatalog.txtfile in seeds subdirectory.DeclarationSwift func prepare(on database: Database) async throwsParametersdatabaseA connection to the database, provided automatically. Return ValueVoid. 
- 
                  revert(on:Asynchronous) DeclarationSwift func revert(on database: Database) async throws
 View on GitHub
            View on GitHub
           ImportKaraokeSongs Structure Reference
      ImportKaraokeSongs Structure Reference