diff --git a/README.md b/README.md index 6dee6ffd8e329f6616a5e0705bddf40c0cc9dabb..0dd35bc301718057ee7a14651f9993ee815d8480 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # LitePal for Android ![Logo](https://github.com/LitePalFramework/LitePal/blob/master/sample/src/main/logo/mini_logo.png) +[中文文档](https://blog.csdn.net/sinyu890807/category_9262963.html) + LitePal is an open source Android library that allows developers to use SQLite database extremely easy. You can finish most of the database operations without writing even a SQL statement, including create or upgrade tables, crud operations, aggregate functions, etc. The setup of LitePal is quite simple as well, you can integrate it into your project in less than 5 minutes. Experience the magic right now and have fun!