/LQSqlMonitor

Find out the execution time of SQLite query in iOS app.

Primary LanguageCMIT LicenseMIT

LQSqlMonitor

LQSqlMonitor helps you find out the execution time of SQLite query in iOS app.

Sample output

SELECT * FROM t_user WHERE createdTime <= '2017-01-01' ORDER BY name DESC | executeTime:100.85ms