Need help in setting up DB and integration in Nextjs.
Unanswered
Pointer posted this in #help-forum
PointerOP
Hello guys I have 3 .csv google sheet files.
In sheet 1: I have 2 tables(the feature to convert the rows and columns to table)
In table 1
I have : Topic, Question, Link, Status
In table 2
I have : Topic, Subtopic, Question, Link, Status
In sheet 2 and 3: I have 1 table each
In table 1
I have : Topic, Question, Link, Status
I want help i selecting and setting up ORM from Prisma or Supabase.
How can I seed these data and setup a db to fetch it and display on my nextjs app?
In sheet 1: I have 2 tables(the feature to convert the rows and columns to table)
In table 1
I have : Topic, Question, Link, Status
In table 2
I have : Topic, Subtopic, Question, Link, Status
In sheet 2 and 3: I have 1 table each
In table 1
I have : Topic, Question, Link, Status
I want help i selecting and setting up ORM from Prisma or Supabase.
How can I seed these data and setup a db to fetch it and display on my nextjs app?