DB in Browser
Upload CSVs as SQLite tables, run SQL joins and filters, and copy the result as CSV, TSV, or JSON. Everything runs in your browser — nothing is uploaded, and reloading the page starts a fresh session.
Add a table from CSV
Drop a CSV file or click to browse
or paste data below
SQL query
Results
How to use DB in Browser
Load CSVs as SQLite tables, run SQL joins, copy results as CSV/TSV/JSON. Follow these steps to get a reliable result in seconds.
- 1
Drop a CSV file (or paste CSV) and create a table — repeat to add more tables.
- 2
Write SQL in the editor and press Run (Ctrl/Cmd+Enter). Use sample chips for preview, count, and join queries.
- 3
Review the result table with timing and row counts.
- 4
Copy the result as CSV, TSV, or JSON, or download it. Reloading resets the in-memory database.
Common use cases
Practical ways people use DB in Browser on RividTech.
Join CSVs without a server
Load customers and orders as separate tables, then JOIN them on a key column and export the result.
Ad-hoc analysis
Filter, aggregate with GROUP BY, and sort multi-thousand-row CSVs using familiar SQL — all in memory.
DB in Browser FAQs
Quick answers about privacy, limits, and how this tool works.
Which database runs in my browser?
SQLite (via the sql.js WebAssembly build). CSVs become tables with inferred INTEGER, REAL, or TEXT columns, and you can query them with standard SQLite SQL including JOINs.
Do my tables persist after reload?
No. The database is in-memory only — reloading the page starts a fresh session. Export anything you need as CSV, TSV, or JSON first.
Is DB in Browser free to use?
Yes. DB in Browser on RividTech is free, with no account or signup required.
Is my data uploaded to a server?
No. Processing runs entirely in your browser. RividTech does not upload your file contents for conversion or cleaning.
Is there a file size limit?
Limits depend on your device and browser memory. Very large files may run slowly; try Sample Data or Split CSV for huge datasets.
More site-wide answers on the FAQ page.
Why RividTech?
A simple, private toolkit for everyday structured-data tasks — without signing up or sending files to the cloud.
Private by design
Your files are processed in your browser. RividTech does not upload your CSV, TSV, or JSON content to our servers for conversion.
Fast and free
No account, no install, and no wait for server round-trips. Tools run instantly on your device.
Built for real workflows
Convert formats, generate SQL, preview tables, remove duplicates, and filter data — then copy or download when you are done.
Works anywhere
Use the tools on desktop or laptop with a modern browser. Ideal for quick one-off tasks and everyday data cleanup.
More clean & transform
Other tools in the same category
Remove Duplicates
Deduplicate rows with trim, case options, column keys, and A–Z sort
Data Process
Explore data with search, sort, filters, column reorder, and hide
Fix Delimiter
Detect comma/semicolon/tab/pipe, strip BOM, normalize line endings
Merge CSV
Stack multiple CSVs or join on a key column
Split CSV
Split a CSV by row count or by column value
Column Tools
Rename, drop, reorder, fill, split, combine, and cast columns