<@U01HD78CCTZ> is something like this would be val...
# orm-help
a
@thdxr is something like this would be valid
Copy code
const prisma = new PrismaClient({
  datasources: {
    db: {
      url: await get_url(),
    },
  },
})