SQL→Prisma変換ツール
SQL CREATE TABLE文をPrismaスキーマモデルに変換。
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.
このツールを評価
4.1 / 5 · 232 件の評価
最新情報を受け取る
毎週の開発ヒントと新ツール情報。
スパムなし。いつでも解除可能。
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