SQL to Prisma Schema Converter — Generate Prisma Models
Convert SQL CREATE TABLE statements to Prisma schema models with proper types, relations, indexes, and default values. Supports MySQL and PostgreSQL.
What is SQL to Prisma?
SQL to Prisma converts existing SQL database schemas into Prisma schema format, making it easy to adopt Prisma ORM in TypeScript/Node.js projects.
Betygsätt detta verktyg
4.1 / 5 · 232 betyg
Håll dig uppdaterad
Få veckovisa dev-tips och nya verktyg.
Ingen spam. Avsluta när som helst.
Enjoy these free tools?
☕Buy Me a CoffeeHow to Use
- Paste SQL CREATE TABLE statements
- Select SQL dialect (MySQL/PostgreSQL)
- Review generated Prisma schema
- Copy the schema
Use Cases
- Migrating to Prisma ORM
- Reverse-engineering databases
- Learning Prisma schema syntax
- Database documentation