83 |
97 |
98 |
Data Updated Successfully
99 |
100 |
101 |
102 |
103 |
104 |
105 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # YYDebugDatabase
2 |
3 | ### YYDebugDatabase is a powerful library for debugging databases in iOS applications. Which like [Android Debug database](https://github.com/amitshekhariitbhu/Android-Debug-Database)
4 |
5 | ### YYDebugDatabase allows you to view and edit databases directly in your browser in a very simple way.
6 |
7 | ### What can YYDebugDatabase do?
8 | - [x] See all the databases.
9 | - [x] Run any sql query on the given database to update and delete your data.
10 | - [x] Directly edit the database values.
11 | - [x] Directly add a row in the database.
12 | - [x] Delete database rows.
13 | - [x] Search in your data.
14 | - [x] Sort data.
15 | - [x] Download database.
16 |
17 |
18 | #