mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-27 11:51:16 +01:00
Modify wrong code
@@ -9,8 +9,8 @@ CoreStore.defaultStack = DataStack(
|
||||
Adding a store:
|
||||
```swift
|
||||
do {
|
||||
try CoreStore.addSQLiteStore(
|
||||
fileName: "MyStore.sqlite",
|
||||
try CoreStore.addStorage(
|
||||
SQLiteStore(fileName: "MyStore.sqlite"),
|
||||
completion: { (result) -> Void in
|
||||
// ...
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user