SQLiteMigrationManager.swift
SQLiteMigrationManager.swift copied to clipboard
Improve setup guide and example
I just set up SQLiteMigrationManager.swift on a project and was a little confused about how to implement the migrations. What particularly puzzled me was the fact that SQL file migrations and Swift migrations don't need to be used together (contrary to the impression I got from the current setup guide - README - and project example).
I would like to contribute text to the README and code to the iOS example dir, but I've never contributed to an open source project before, so any guidance on how to do so is very much appreciated!
Thanks.