We are looking to use Prisma to rebuild a legacy application. We are somewhat constrained to older APIs. Most of the apis we are using return XML. Is there a good solution to pull XML directly to Prisma? Or maybe if we could have access to the database we could manually store data from XML into postregress DB or something. Any thoughts?