adamjkb / bark

Materialized path extension for Prisma
https://prisma-extension-bark.gitbook.io
MIT License
33 stars 5 forks source link

Ability to define model name #25

Closed adamjkb closed 12 months ago

adamjkb commented 1 year ago

At the moment the only model name we support is node which isn't ideal. You might want to define another name or you want to use Bark on an existing schema that already has a node. The Typescript notation becomes pretty tricky to deal with, AFAIK... (Related issue #19)