开发者

Is SQLite built into iOS?

I have created a application which uses Sqlite database.

Now i wanted to deploy the application on iPhone and iPad.

I wanted to know wh开发者_JS百科ether the Sqlite is inbuilt or not in iPhone/iPad device?


Yes, iOS includes the SQLite library.

SQLite

iOS includes the popular SQLite library, a lightweight yet powerful relational database engine that is easily embedded into an application. Used in countless applications across many platforms, SQLite is considered a de facto industry standard for lightweight embedded SQL database programming. Unlike the object-oriented Core Data framework, SQLite uses a procedural, SQL-focused API to manipulate the data tables directly.


SQLite is inbuilt in iOS. The database is a simple .db(usually)/.sqlite file which you will have to copy as a part of deployment.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜