Parse and validate ROSQL queries in the browser using the @robotops/rosql WASM package. Select an example or write your own query, then click Parse to see the AST or Validate to check for syntax errors.
Note: this playground parses queries only — it does not connect to a database. To execute queries against real data, use the CLI or library.
The WASM playground shows the parsed AST. To execute queries and get real results: