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.
我正在开发一个使用 Core Data 的应用程序。为了打开 SQLite 表(用于测试目的),我使用了一个名为 Liya 的应用程序。
Apple 是否有默认应用程序来打开和读取此类文件?
没有 Apple 默认的打开数据库的方式,您必须使用 3rd 方软件。
Apple 包含带有 OSX 的 sqlite3(也许是命令行工具?)。您可以使用sqlite3 dbfile.
sqlite3 dbfile