Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用 sqlite 作为数据库的 iOS 应用程序,我想在使用时复制一个 sqlite 文件。做这个的最好方式是什么。现在我只是在 NSFileManager 中使用 copyItemAtPath 复制文件。这是最好的方法吗?这会损坏原始数据库文件吗?请注意, db 在需要处理时被大量使用。