GitXplorerGitXplorer
j

prisma-schema-to-sql

public
3 stars
1 forks
0 issues

Commits

List of commits on branch main.
Unverified
4aa4bb06f595482ec83ec533a4aa709bc80d0b13

use querystring

jjanpio committed 3 years ago
Unverified
9fbce0dbf34cf09c433496a1eba41e3f87c267c4

cleanup and logging

jjanpio committed 3 years ago
Unverified
9a62eaf7a9ff8f0259845b157c92e3b6483df45e

Annotation 2

jjanpio committed 3 years ago
Unverified
b28096c6ef38d53db0815f587458c83c9f8286d7

annotation 1

jjanpio committed 3 years ago
Unverified
4206f6fc2918f069beb0db13ac1a55bac16a90a5

more force

jjanpio committed 3 years ago
Unverified
cb5c2994f6263df1c620d0a663b2217b647e79a2

brute force

jjanpio committed 3 years ago

README

The README file for this repository.

prisma-schema-to-sql

Simple tool to input a Prisma schema and get the generated SQL (via migrate diff)

2 frames:

  • Left: Textarea that accepts (and potentially highlights and validates) a Prisma Schema + Button
  • Right: On button click shows the CLI output of validate and migrate diff and outputs the resulting SQL