Database schema generating for supabase and prisma

i have some issues as following

  1. while iam still building my application with builder on my premium subscription i don,t have any idea how to generate tables that matching my application because builder doesn,t doing that as other ai tools e.g bolt.new,please help how to create automatically or manually tables that i need for my application?
  2. for prisma: i have connected to my project but there is not automatic databse schema generation through ai promt in builder, any other solutions please or guide, tutorials etc.
  3. please help because iam too beginer and new to builder, also my 500 premium credits last early too fast other than ai tools which premium subscription you can build full application

Hi @abdurasak2075 , Thank you for reaching out about database schema generation with Supabase and Prisma in Builder.io. I understand that starting out can feel a bit challenging, and I’m glad to help clarify the process for you.

Builder.io’s database integration works a bit differently from platforms like Bolt.new. Here’s an overview of what you need to set up on your end before Builder.io can connect:

  1. Set up your Prisma project

    • Define your database schema manually in your schema.prisma file.

    • Run prisma generate and prisma db push to create and apply the schema to your database.

  2. Integration with Builder.io

    • Once your schema is in place, Builder.io can work with it directly.

Helpful Resources:

Also, I noticed your space is currently on the Free plan, which includes a monthly limit of 150 credits.