I'm trying working on an iOS app that would allow users to sync their sqlite databases via Bluetooth using GameKit. Is there a way to perform the equivalent of .dump on the sqlite shell using any of the many sqlite objective-c libraries?
相关问题
- CALayer - backgroundColor flipped?
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- State preservation and restoration strategies with
- “Zero out” sensitive String data in Swift
You can create a backup database file, send that over and then do the merging on the destination device. The code to create the backup file is as follows:
I don't think so. But, you could exec a SELECT * statement and then iterate over argc in the callback function.
Something like