SQL to Prisma Schema Converter
NewPaste one or more SQL CREATE TABLE statements and get a complete Prisma schema with proper field types, @id, @default, @unique, @map annotations, and a datasource/generator block. Supports PostgreSQL, MySQL, and SQLite dialects.
Code Tools
Database