supabase
클라이언트 생성
export const dbClient = postgres(env.DB_URL, { prepare: false });
prepare false : 트랜잭션쓸 때 지원하지 않는다고 꺼주라고함.
https://supabase.com/docs/guides/database/connecting-to-postgres