Live transpilation
SELECT id, name, email FROM User;
About BQL
BQL (Better Query Language) is a query language inspired by EdgeDB that transpiles to SQL. It provides a cleaner, more intuitive syntax for database operations while maintaining full SQL compatibility. This playground uses a simplified client-side transpiler for demonstration. The full compiler is written in Rust and supports more advanced features.