https://supabase.com/ logo
I'm using Supabase DB with Prisma in an Express RE...
# help
r
I'm using Supabase DB with Prisma in an Express REST API project. My dataset is in CSV. My dataset is extremely large. So I have a smaller dataset that I want to seed into the database. How can I seed a csv into the database with Prisma? Second question is my dataset is large. Two csv. One with 500 rows and another with 3 million 100k rows. Is it too big for free tier? The csv size is 300mb and 36kb.
n
Hello @reemwn! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command! We have solved your problem? Click the button below to archive it.
r
/title "db import csv prisma and db size"
s
You are asking a very Prisma specific question, it might be better suited on the Prisma discord or a google search.
The second part of the question depends on if that data is more than 500mb in total. If it is more than that then it is too big for the free tier.