Skip to content

Commit d304343

Browse files
committed
Merge pull request stephencelis#333 from stephencelis/mikemee-patch-1
Added links to SO articles with more iOS info
2 parents a2d5d07 + b0ef2c3 commit d304343

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/Index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@ let db = try Connection(path, readonly: true)
201201
```
202202

203203
> _Note:_ Signed applications cannot modify their bundle resources. If you bundle a database file with your app for the purpose of bootstrapping, copy it to a writable location _before_ establishing a connection (see [Read-Write Databases](#read-write-databases), above, for typical, writable locations).
204-
204+
>
205+
> See these two Stack Overflow questions for more information about iOS apps with SQLite databases: [1](https://stackoverflow.com/questions/34609746/what-different-between-store-database-in-different-locations-in-ios), [2](https://stackoverflow.com/questions/34614968/ios-how-to-copy-pre-seeded-database-at-the-first-running-app-with-sqlite-swift). We welcome sample code to show how to successfully copy and use a bundled "seed" database for writing in an app.
205206
206207
#### In-Memory Databases
207208

0 commit comments

Comments
 (0)