Shanmu G
Shanmu G

Reputation: 120

Is SQLite DB on iOS application limited to any size

Can I stora more than 200 MB of data on a SQLite DB in iOS application. Is there any size limitation for the database?

Upvotes: 2

Views: 1190

Answers (1)

CarlJ
CarlJ

Reputation: 9491

Yes, you can store as many data as you want in a sqlite DB. Your are only limited by the device capacity.

Upvotes: 2

Related Questions