From 4ad235994941bf144b347042a1c8ce76e77356d3 Mon Sep 17 00:00:00 2001 From: Omooo <869759698@qq.com> Date: Sun, 17 Mar 2019 11:36:45 +0800 Subject: [PATCH] add SQLite links --- blogs/Android/SQLite.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/blogs/Android/SQLite.md b/blogs/Android/SQLite.md index b505a07..ae6d795 100644 --- a/blogs/Android/SQLite.md +++ b/blogs/Android/SQLite.md @@ -238,6 +238,8 @@ db.setPageSize(1024 * 4); #### 参考 +[存储优化(下):数据库SQLite的使用和优化](https://time.geekbang.org/column/article/77546) + [Android中数据库Sqlite的性能优化](https://www.cnblogs.com/daishuguang/p/4015478.html) -[http://huili.github.io/sqlite/sqliteintro.html]() \ No newline at end of file +[http://huili.github.io/sqlite/sqliteintro.html](http://huili.github.io/sqlite/sqliteintro.html) \ No newline at end of file