yahoo / squidb

SquiDB is a SQLite database library for Android and iOS
https://github.com/yahoo/squidb/wiki
Apache License 2.0
1.31k stars 132 forks source link

Pretty print cursor #120

Closed sbosley closed 8 years ago

sbosley commented 8 years ago

Add a utility for printing a formatted cursor. This will be pretty close to what you see in the SQLite console with .headers on and .mode columns, and should be much more readable than the results of DatabaseUtils.dumpCursor().

jdkoren commented 8 years ago

Code LGTM