r/sqlite 7d ago

I built a SQL Workbench-like SQLite Playground

Post image

There are many SQL playgrounds out there, but I wanted something closer to a workbench experience in the browser. The Dataslope SQLite Playground lets you work with SQLite in a more workbench-like environment. It's completely free and doesn't require a sign-in.

Features:

  • Query tools (query history, code formatter, ER diagram viewer)
  • Query plan viewer ("explain")
  • Comprehensive I/O (import from .sql, .db, .sqlite, CSV/JSON/Parquet, SQL dump)
  • Flexible result set export formats (CSV, JSON, SQL, Parquet, Excel)
  • Persistence via OPFS or cloud
  • Infinite scroll with dynamic loading instead of loading all rows at once (for 200+ rows)
  • Editable grid for tables (i.e., double-click to edit)
  • Modal cell editor
  • Copy row as JSON/SQL
  • Duplicate row
  • DDL Viewer
  • Visual table structure editor
  • Visual view/index creator
  • Intellisense

I'd love any feedback or feature requests!

14 Upvotes

2 comments sorted by

1

u/darkest_ruby 7d ago

Built with ai?