You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: