DATABASE INTELLIGENCE YOU CAN AUDIT

Ask your database. Get answers you can verify.

DatavueX turns natural-language questions into read-only SQL, repairs failed attempts, masks sensitive fields, and saves the trail behind every answer.

Start with a database
Read-only execution
PII masking
Full audit trail

Query receipt

Which enterprise accounts have rising churn risk after the pricing change?

read-only

Generated SQL

attempt 2
SELECT account_id, churn_risk, owner_email
FROM enterprise_accounts
WHERE pricing_changed = true
ORDER BY churn_risk DESC;

Audit trail

Moderead-only
Self-healcolumn mismatch corrected
PII maskingemail masked before display
Audit recordprompt, SQL, retry, result logged
FieldResultStatus
MRR$142Kvisible
owner_emailmasked: emailredacted
churn_riskHighvisible

TRUST LEDGER

Every answer comes with proof.

Every query path includes read-only execution, masked sensitive fields, encrypted credentials, and a saved audit record.

Read-only execution

Generated SQL is constrained to safe, non-destructive database access.

SQL mode: SELECT only

Full audit trail

Prompts, SQL attempts, retries, masking, and final outcomes stay attached.

Prompt + SQL + outcome

PII masking

Sensitive fields are detected and redacted before answers become team-visible.

email -> masked

Encrypted credentials

Connection secrets are encrypted before storage and never returned in plaintext.

AES-256-GCM

Self-hosted boundary

Enterprise deployments can run app, worker, Redis, Postgres, and Ollama inside your network.

No data egress

SELF-HEALING SQL

Every failed query leaves a repair trail.

DatavueX records the failed attempt, detects the schema mismatch, retries safely, and shows the correction path before the answer is trusted.

2 attemptsschema mismatch fixedaudit record saved
Attempt 1 failedschema mismatch
SELECT account_id, churn_risk
FROM enterprise_accounts
WHERE plan_changed = true
ORDER BY churn_risk DESC;

Database response: column `plan_changed` does not exist. Closest schema match is `pricing_changed`.

Attempt 2 succeededread-only retry
SELECT account_id, churn_risk, owner_email
FROM enterprise_accounts
WHERE pricing_changed = true
ORDER BY churn_risk DESC;
2 attempts1 masked columnaudit record saved

Audit record

Query healing timeline

logged
09:42:11

Prompt received

1

User asked for enterprise churn risk after pricing change.

09:42:12

Attempt failed

2

Column `plan_changed` did not match the synced schema.

09:42:12

Correction applied

3

Replaced with `pricing_changed` from `enterprise_accounts`.

09:42:13

Result approved

4

Read-only query succeeded, 1 sensitive column masked.

WHO TRUSTS THE ANSWER

One answer, three ways to verify it.

Founders see the business result, analysts inspect the SQL path, and admins control the security boundary.

Founder / operator

review need

Ask revenue, signup, and churn questions without waiting on the analytics queue.

Sees the generated SQL, masked fields, and saved dashboard path before sharing an answer.

Data analyst

review need

Accelerate routine slices while preserving the ability to inspect and correct the query.

Reviews schema context, retry history, and final SQL instead of trusting a black box.

IT administrator

review need

Approve data access only when deployment, credential, and audit boundaries are explicit.

Checks self-hosting, encrypted credentials, no-egress mode, and immutable audit logs.

HOW DATAVUEX WORKS

From plain English to trusted analytics.

1

Postgres, MySQL, SQLite, MongoDB

Connect your database in seconds.

Paste your connection string. DatavueX reads your schema, understands table relationships, and is ready to query in under 90 seconds.

2

Schema-aware SQL generation

Ask anything in plain English.

Type your question like you'd ask a teammate. DatavueX's LangGraph agent translates it into production-grade SQL shaped to your schema.

3

Result table plus proactive insight feed

Get answers. And the questions you didn't know to ask.

Results arrive in milliseconds, while the insight engine flags anomalies, trends, and outliers without waiting for a prompt.

Connect a data source

Read-only schema sync starts instantly

Connected
Postgres
MySQL
SQLite
MongoDB
postgresreadonly useranalytics replicaread-only

schemas indexed

0

tables mapped

0

sync time

0s

SECURITY / MASKING

Sensitive data stays protected before answers are shared.

Credentials, queries, results, and audit logs are protected at every boundary before answers become visible to the team.

1

Credential boundary

Connection secrets are encrypted before persistence and never returned in plaintext.

2

Query boundary

Generated SQL is shaped for read-only execution and inspected before the answer is trusted.

3

Result boundary

PII masking protects sensitive fields before results become visible to the team.

4

Review boundary

Audit logs keep prompts, SQL attempts, retries, blocked actions, and outcomes traceable.

Compatibility

Connect the data stack you already use.

DatavueX works with your existing databases, ORMs, and analytics workflow without forcing a new stack.

Databases

PostgreSQLMySQLSQLiteMongoDBSupabasePlanetScaleNeonCockroachDB

Workflow

dbtPrismaDrizzleHasura

PRIVACY BOUNDARY

Keep private data inside your infrastructure.

Enterprise deployments can keep the app, worker, operational database, and local model runtime inside your infrastructure. The product story stays the same; the data boundary changes completely.

No data egressOllama-readyAudit controls

Your infrastructure

All sensitive processing stays inside this boundary.

self-hosted
DatavueX app
Worker
Redis
Postgres
Ollama
Your database
Cloud mode can use hosted providers when configured. Self-hosted mode keeps schema, prompts, results, and model calls inside the deployment boundary.

PROACTIVE INTELLIGENCE

Spot important changes before someone asks.

DatavueX monitors key metrics and surfaces changes with plain-English context, linked queries, and traceable evidence.

Insight feed

monitored every 24h

Revenue from mobile users dropped 18% this week vs last 4-week average

4 min ago

Evidence remains attached to the metric, query, and comparison window.

User churn spike detected in cohort 2024-Q3 with strongest correlation to the pricing change

11 min ago

Evidence remains attached to the metric, query, and comparison window.

orders table query volume up 340% in the last hour, likely tied to an active traffic spike

23 min ago

Evidence remains attached to the metric, query, and comparison window.

Product B revenue is up 23% in March, repeating the same seasonal pattern seen last year

38 min ago

Evidence remains attached to the metric, query, and comparison window.

PROOF INSTEAD OF QUOTES

Built for the questions teams actually ask.

DatavueX helps operators, analysts, and security teams answer business questions without losing the SQL, audit trail, or review context.

Query bottleneck

Non-technical teammates ask in plain English while analysts can inspect the SQL.

Broken SQL risk

Self-healing attempts stay visible, so a correction is evidence instead of magic.

Compliance review

Audit logs, masking, and self-hosted deployment create a trail for security teams.

PRICING

Start small, scale into team analytics.

Starter

Free

For solo exploration and first connection.

  • 1 database connection
  • 100 queries / month
  • NL-to-SQL core
  • Community support
Recommended path

Pro

$49/mo

$0/mo

For teams replacing the analytics queue with reliable answers. Free during early access.

  • Unlimited queries
  • 5 database connections
  • Self-healing SQL
  • Proactive insights
  • Query history
  • Priority support

Enterprise

Custom

For regulated teams and on-prem deployments.

  • Unlimited everything
  • Ollama self-hosting
  • SSO / SAML
  • SLA coverage
  • Dedicated onboarding
Contact sales

Common questions about pricing

Not unless you choose a hosted model path. Enterprise runs fully on your own infrastructure with Ollama, so prompts, schema, and results stay inside your environment.

Start with a database. Leave with answers you can defend.

Connect a read-only replica, ask one question, and review the SQL, masking, and audit record before your team depends on it.