Migrate from nextjs supabase project to t3 stack
I recently discovered the t3 stack and made a project with it. I love it and I am wondering if it would be a great idea to migrate a current project using Nexjs, Supabase, Typescript and SWR to the T3 stack.
However, this would takes some time for sure and there are a few question hanging around :
- Does it mean I am loosing all my unit tests on my db (using pgtap) because prisma handle the schema ?
- Do I have to replace these tests by something else ?
- Do I lost all my RLS ? Is it safe ? Should I use another db maybe ?
- Is it really scalable and will this stack last over time, or is it just a fad? (I said I am new, so I don't have the benefit of hindsight)
I just want some opinion on that. Thanks in advance for your advice.
0 Replies