Next, you’ll need to set up any PostgreSQL database (e.g. Supabase). This will be used to store application data (e.g. user sessions, user data, etc.).Documentation Index
Fetch the complete documentation index at: https://docs.agentset.ai/llms.txt
Use this file to discover all available pages before exploring further.
Create Supabase database
In your Supabase account, create a new database.Make sure to copy the password you write to use for the next step.

Set up Supabase environment variables
Then, click on the Connect button on the top left, navigate to the ORMs tab, and select Prisma.After that, copy the 
DATABASE_URL and DIRECT_URL into your .env file. And make sure to replace [YOUR-PASSWORD] with the password you wrote down in the previous step.