Skip to content

SQL Database REPL

Interactive SQL shell running in your browser with WebAssembly. Execute SQL queries against a database engine compiled from C++ with Yacc/Lex.

SQL Database REPL ● Disconnected

Initializing database system...
Loading WebAssembly module...
>
Connecting to database...

Client-Side Execution

Entirely runs in your browser with WebAssembly, no server required.

🛠️

Real Database Engine

Powered by a real C++ database engine with SQL parser using Yacc/Lex.

📊

Full SQL Support

Supports various SQL operations including queries, DDL, and special commands.