79350271

Date: 2025-01-12 16:35:40
Score: 1.5
Natty:
Report link

hopefully this helps. my postgresAdapter has a few other values

db: postgresAdapter({
pool: {
  connectionString: process.env.DATABASE_URI || "",
  max: 10,
  min: 2,
  idleTimeoutMillis: 30000,
  connectionTimeoutMillis: 2000,
},
schemaName: "someSchemaName",
}),

You can set the schema like in the image here, click on the dropdown and the last option let's you create a new one. supabase schemas

Cheers! 👋🏼

Reasons:
  • Blacklisted phrase (1): Cheers
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Milly Chaser