1.1.3 • Published 1 year ago

prisma-interactive-erd v1.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

prisma-interactive-erd

Prisma interactive ERD v1.0.0.

Schema setup

schema.prisma with tsx (default)

generator prisma-interactive-erd {
  provider     = "tsx ./src/generator/generator.ts"
  output       = "../interactive-erd"
}

prisma-interactive-erd usage

Run npx prisma generate

Testing

Decided to test this generator using a baseline strategy for ease of development.

  • To run tests run just test-prisma-interactive-erd
  • We check into git prisma/baseline which is the last successfully generated content
  • When you make a change to the generator it will fail tests and you can see exactly what changed
  • To accept changes run just baseline-prisma-interactive-erd
1.1.3

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago