Flowdock
method

pp

Importance_1
v3.2.13 - Show latest stable - 0 notes - Class: ExplainPrettyPrinter
pp(result) public

Pretty prints the result of a EXPLAIN QUERY PLAN in a way that resembles the output of the SQLite shell:

0|0|0|SEARCH TABLE users USING INTEGER PRIMARY KEY (rowid=?) (~1 rows)
0|1|1|SCAN TABLE posts (~100000 rows)
Show source
Register or log in to add new notes.