tursodatabase / libsql-shell-go

7 stars 7 forks source link

Improve the output of EXPLAIN QUERY PLAN #130

Open CodingDoug opened 1 year ago

CodingDoug commented 1 year ago

With the sqlite3 CLI, the output of EXPLAIN QUERY PLAN is specially formatted for readability, as shown in its documentation. The libsql shell just shows raw tabular output, which isn't nearly as easy to read and understand.