[+] v0.2.2 — now with SAYA AI
Local-first data workspace

The Data IDE for engineers
who write SQL.

A desktop-native SQL Notebook and AI copilot. Secure local credentials, a responsive workspace, and dialect-correct query authoring — all in one blazing-fast native app.

Free 7-day trial · macOS & Windows · v0.2.2

DataBook Studio — notebooks/analytics.sql
[#] SQL
SELECT c.customer_id, c.name,
       COUNT(o.order_id) AS orders,
       SUM(o.total) AS revenue
FROM customers c
JOIN orders o ON o.customer_id = c.customer_id
GROUP BY c.customer_id, c.name
ORDER BY revenue DESC
LIMIT 100;
[#] Results 847 rows
customer_idnameordersrevenue
10432Aurora Labs28$48,210
10087Nimbus Co19$31,440
10256Vega Systems15$22,980
10994Orbit Data12$18,750
tab switch panectrl-p commandsshift+enter run● connected: production_db (postgres)
Works with
PostgreSQL·MySQL·Snowflake·DuckDB
Platform

A notebook-style SQL editor for querying data warehouses. Documentation alongside queries. Spreadsheet-grade results. And an AI copilot that actually understands your schema.

  • Powerful SQL EditorFull-featured workspace with custom syntax highlighting, multi-cursor, auto-closing brackets, and query-cancellation controls.
  • Semantic AutocompleteContext-aware autocomplete that parses your SQL, resolves table aliases, and suggests schemas, tables, and columns with intelligent ranking.
  • Virtualized Results GridSpreadsheet-grade grid with arrow-key navigation, shift-click block selection, and clipboard copy for direct paste into Excel or Google Sheets.
  • Drag-and-Drop SQL GenerationDrag columns from the sidebar or grid headers into the editor to generate SELECT, WHERE IN, GROUP BY, ORDER BY, COUNT, and JOIN clauses.
  • Rich SQL NotebooksMarkdown and SQL blocks side-by-side. Live markdown preview, SQL prettify, and one-click Run All blocks.
  • SAYA AI CopilotAn agentic AI that reads your schema, authors dialect-correct SQL, runs read-only probes, and returns Markdown reports with runnable SQL.
By the numbers
4
data platforms
PostgreSQL, MySQL, Snowflake + local DuckDB
6
AI skills
profiling, quality, anomalies, docs, insights, relationships
5
AI providers
Claude, OpenAI, Gemini, Ollama, any OpenAI-compatible
0
data egress
local-first by default; privacy mode for enterprise
Databases

One IDE, every engine. Connect to the warehouses you already use with a consistent experience across all of them.

PostgreSQL
Native driver

Full PostgreSQL support with connection pooling, metadata introspection, and intelligent autocomplete across all your schemas.

MySQL
Native driver

MySQL connector with proper identifier quoting, dedicated metadata extraction, and full autocomplete support.

Snowflake
REST API

Comprehensive Snowflake connector with support for all three authentication methods and efficient large result set handling.

DuckDB
Embedded

Built-in DuckDB for local analytics — no external server required. Query local files and in-memory databases directly.

SAYA AI

SAYA AI is an agentic copilot that reads your schema, runs read-only probes, and returns Markdown reports with runnable SQL. It works with Claude, OpenAI, Gemini, or runs entirely local on Ollama.

Data Profiling Stats

Null percentages, distinct counts, min/max, top values, and type validation.

Data Quality Scoring

Primary key uniqueness, foreign key integrity, NOT-NULL compliance, and completeness scores.

Anomaly & Outlier Detection

Numeric outliers, rare categorical values, and unexpected NULL bursts.

Get started

Ready to query?

Download DataBook Studio for macOS or Windows. Start a 7-day trial — no account required.

Local-first by design
Keys in your OS keychain
Zero telemetry
Signed updates