Ask anything of your data.
yourSQLfriend is a local forensic workbench for SQLite. Upload a database, .csv, or .sql file and interrogate it in plain English — your local LLM translates questions into parameterised, read-only SQL and returns rows, tables, and provenance. Nothing leaves your machine.
-
1
Load a database
Drag a .db, .sqlite, .csv, or .sql file onto the drop zone. Files stay local, on disk, read-only.
-
2
Ask in plain English
Your local LLM (LM Studio or Ollama) translates the question into SQL. No data leaves your machine.
-
3
Inspect the results
Click any row to expand it in the Row Inspector. Foreign keys become navigable links.
-
4
Export your session
When you're done, export the conversation to a self-contained HTML forensic report with hashes and timestamps.