Skip to content

Commit 1f3b978

Browse files
authored
Update README.md
1 parent a506937 commit 1f3b978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ Use this flavor of openDatabase call if your folder is not in application bundle
324324
SQLite.openDatabase({name : "testDB", createFromLocation : "/data/mydbfile.sqlite"}, okCallback,errorCallback);
325325
```
326326

327-
## Additional options for pre-populated database file (iOS only)
327+
## Additional options for pre-populated database file
328328

329329
You can provide additional instructions to sqlite-storage to tell it how to handle your pre-populated database file. By default, the source file is copied over to the internal location which works in most cases but sometimes this is not really an option particularly when the source db file is large. In such situations you can tell sqlite-storage you do not want to copy the file but rather use it in read-only fashion via direct access. You accomplish this by providing an additional optional readOnly parameter to openDatabase call
330330

0 commit comments

Comments
 (0)