
"I'd never paste my schema into a website I don't own."
"I'd never paste my schema into a website I don't own."
This is the most common concern I hear about Schema Weaver. It's a completely fair one. So here's exactly how it works under the hood.
Your SQL never leaves your browser.
💻 CLIENT-SIDE PARSER
Schema Weaver has a built-in PostgreSQL parser that runs entirely in your browser. When you type SQL, it is parsed locally — no server round-trip, no network request, nothing sent anywhere. Full PostgreSQL object model: tables, views, materialized views, enums, domains, functions, sequences, extensions, RLS policies, triggers, partitions, composite types — all parsed in-browser.
📊 CLIENT-SIDE ER DIAGRAM
Generated from your parsed schema using an ELK-based layout engine running in your browser. Disconnect from the internet entirely — the diagram still updates as you type. No server rendering, nothing external. 1000+ tables, all local.
⚡ CLIENT-SIDE SCHEMA COMPILER
The 20-layer schema compiler runs client-side under 50ms. Analyses your full merged schema, detects issues, grades your database A-F — without a single byte of your SQL leaving your machine.
💾 TWO STORAGE OPTIONS
By default your SQL files live in your browser's IndexedDB — nothing sent to any server. Sign in for optional cloud sync: files stored encrypted so you can access them across devices and collaborate with teammates. You choose.
🔒 ZERO DATA COLLECTION
We don't read your SQL. We don't analyse your schema server-side. We don't log your DDL. The only things stored server-side are your account credentials and, if you connect a database, your connection string encrypted with AES-256 — never returned by the API, never logged.
For the Data Explorer: your row data streams directly from your database to your browser. It never touches our servers. The AI reasons over schema metadata only — never your actual row values.
The schema compiler, parser, and ER diagram are all offline-capable. Your SQL stays yours.
🔗 Try it free — no credit card:
• Main site: schemaweaver.vivekmind.com
• SQL Editor: sql-editor.schemaweaver.vivekmind.com
• Data Explorer: data-explorer.schemaweaver.vivekmind.com
• Docs: docs.schemaweaver.vivekmind.com
#PostgreSQL #DataPrivacy #DevTools #BuildInPublic #DatabaseDesign #BackendDevelopment