Live PlaygroundΒΆ

Try SQLSpec directly in your browser. The playground runs a sandboxed Python runtime using WebAssembly and an in-memory SQLite database.

Python
Output

        

Usage Tips

  • Run the default snippet to seed a SQLite in-memory database.
  • Edit the Python code to try different SQLSpec features.
  • SQL keywords are highlighted in the code editor.
  • Return a list of dictionaries to see a results table.
  • Reset restores the default snippet.