Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sqlite-bytecode-explorer.docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Visualize and understand the virtual machine instructions SQLite generates for your SQL queries. Enter any SQL statement to see its compiled VDBE (Virtual Database Engine) bytecode with color-coded opcodes, clickable jump targets, and detailed explanations for each instruction. Includes optional schema setup for realistic query plans, an EXPLAIN QUERY PLAN mode, and ten built-in examples covering SELECTs, JOINs, aggregates, subqueries, and DML statements. Powered by SQLite compiled to WebAssembly running entirely in your browser.
Loading
Loading