SQLiteMigrationManager.swift icon indicating copy to clipboard operation
SQLiteMigrationManager.swift copied to clipboard

Improve setup guide and example

Open rafaelclaycon opened this issue 3 years ago • 0 comments

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.

rafaelclaycon avatar Jun 14 '22 19:06 rafaelclaycon