SQLite database limits in Android

后端 未结 3 1687
滥情空心
滥情空心 2021-02-20 14:14

I\'m planning Android app which extensively uses local DB. DB would contain approx 15 tables , properly normalized (FK, PK etc). 4 Main tables would have up to 1000 entries an

3条回答
  •  甜味超标
    2021-02-20 14:55

    This official SQLite limits page contains many information that you might find interesting.

    By the way, I don't think you are pushing SQLite to its limits 15 columns/ 1000 entries is not that huge!

提交回复
热议问题