Seeding Prisma db with Excel File
Need some guidance on how to seed a prisma db using an excel file
2 Replies
You decided to hold for human wisdom. We'll chime in soon! Meanwhile,
#ask-ai
is there if you need a quick second opinion.Hello 👋
You would likely need to first convert your Excel file data into a format that can be used in a TypeScript or JavaScript seeding script.
Here's a snippet you can use as a reference: