how to setup connection pooling string in hono
where do i put connectionpooling_url in .env or in wrangler.json. and where to put DATABASE_url from postgres
i try to put both of them in .env connectionpooling_url as DATABASE_URL and database_url as DIRECT_URL and it worked
npx prisma migrate and generate was working
but the tutorial i am following is explaining how to setup at production level but the problem is that it is 1 year old and things have change
he was telling to put url in wrangler.toml but i don't have it i have wrangler.jsonc so what did i do wrong and how do i setup ?
i try to put both of them in .env connectionpooling_url as DATABASE_URL and database_url as DIRECT_URL and it worked
npx prisma migrate and generate was working
but the tutorial i am following is explaining how to setup at production level but the problem is that it is 1 year old and things have change
he was telling to put url in wrangler.toml but i don't have it i have wrangler.jsonc so what did i do wrong and how do i setup ?