Data tools
Schema diagrams and data helpers, private and instant in your browser.
These tools handle common data engineering and analysis tasks that typically require installing software or pasting data into an external service. The database schema visualizer parses CREATE TABLE SQL and renders an entity-relationship diagram with foreign key arrows and draggable nodes — useful for documenting an existing schema or reviewing a migration before it runs. The visual SQL query builder constructs formatted queries from table, filter, and join rows without typing raw SQL.
The CSV tools cover format conversion, deduplication, and comparison: CSV to JSON handles bidirectional conversion with delimiter auto-detection and type inference, the de-duplicator removes rows by selected key columns with configurable keep-first or keep-last behavior, and the diff viewer compares two CSV files by key column and highlights added, removed, and changed rows. All processing runs in your browser with no data sent to a server.
Database schema visualizer
CREATE TABLE SQL to ER diagram, FK arrows, drag nodes, zoom and pan, table sidebar highlight, SVG download.
Visual SQL query builder
Dynamic table, filter, and join rows, live formatted SQL, dialect quotes, copy and format buttons.
CSV to JSON converter
CSV to JSON and JSON to CSV, delimiter auto-detect, type inference, 10-row preview, copy and download.
CSV de-duplicator
Dedup by selected columns, first or last keep, case and trim options, before/after preview, removed-row download.
CSV diff viewer
CSV A vs B with key-column match, added/removed/changed colors, cell highlights, filters, diff CSV export.