Drizzle Schema Viewer

Inspect Drizzle schemas

Source Input
Processed Output

What is the Drizzle Schema Viewer?

Drizzle schemas use TypeScript builders (pgTable, integer, text, references) that read like code because they are code. This viewer parses your table definitions and produces a database-style summary per table — columns, types, PK/FK constraints, and defaults — plus a relationship map across tables.

Frequently Asked Questions (FAQ)

Q: Which Drizzle dialects are supported?

pgTable (Postgres), mysqlTable, and sqliteTable definitions are all parsed.

How to Use the Drizzle Schema Viewer

  1. 1Paste your input into the editor above — or start from the preloaded example.
  2. 2Adjust any options, then click Run to process instantly in your browser.
  3. 3Review the output panel, then copy, download, or save it as a reusable snippet.

Related database tools