Abdulrahman Alzahrani
const prisma = new PrismaClient({ datasources: { db: { url: await get_url(), }, }, })