looking at using <@USEMP430F>’s prisma JSON schema...
# random
r
looking at using @Valentin Palkovic’s prisma JSON schema generator (https://github.com/valentinpalkovic/prisma-json-schema-generator) and JSON schema faker (https://github.com/json-schema-faker/json-schema-faker) to handle my seeding. Just by adding the generator, and pasting the output file into here (https://json-schema-faker.js.org/) and clicking generate: I can already get some randomly created values. Next steps will be basic build concept and making sure each dependency is built out first. Has anyone already looked into this?
s
It’s a really good idea 👍
u
That’s cool!
j
@Robert Witchell any updates on this one?
r
I got caught up with other work. Not on my radar for another couple of weeks
j
all good, I've wanted something like this, however, I don't see a good way to do it if we can't define custom constraints or types in the Prisma schema, I know there is a feature request for that somewhere