You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
android-notes/blogs/SQLite.md

277 B

Android 数据持久化之 SQLite

目录

  1. 思维导图
  2. SQLite
    • 基本使用
      • SQLiteOpenHelper
      • SQLiteDatabase
    • 常见问题
      • 数据库升级
    • 优化建议
      • 事务
      • 建立索引
  3. 参考

思维导图