supabase-community / seed

Automatically seed your database with production-like dummy data based on your schema for local development and testing.
MIT License
483 stars 18 forks source link

Support cockroachdb provider with Prisma #194

Open fveauvy opened 3 months ago

fveauvy commented 3 months ago

I tried to use the init command of @snaplet/seed with the Prisma adapter. My database is cockroachdb and I'm using this database provider in the schema.prisma.

image

Screenshot 2024-08-14 at 13 35 42

I'm happy to work on a PR, I'm just not sure of what would be the impact on this project.

peterp commented 2 months ago

The impact would be great, please do it!