yahoo / squidb

SquiDB is a SQLite database library for Android and iOS
https://github.com/yahoo/squidb/wiki
Apache License 2.0
1.31k stars 132 forks source link

Recommended way to ship with a pre-populated database? #223

Open matale opened 8 years ago

matale commented 8 years ago

My app requires that the database has data in it when first launched. Is there any way to ship a database with data in it? Right now I am looking at having everything inserted the first time the user runs the App but was hoping for a better way.

sbosley commented 8 years ago

Check out the discussion in issue #181, I think it will answer your question.