require explicit parameter for fileName when calling addSQLiteStore() and it's variants

This commit is contained in:
John Estropia
2015-07-09 21:28:37 +09:00
parent 35fbaf9513
commit b2a190ea33
11 changed files with 19 additions and 19 deletions

View File

@@ -43,7 +43,7 @@ I wrote this library when Swift was made public, and CoreStore is now a powerhou
Quick-setup:
```swift
CoreStore.addSQLiteStoreAndWait("MyStore.sqlite")
CoreStore.addSQLiteStoreAndWait(fileName: "MyStore.sqlite")
```
Simple transactions: