For example, these queries: ```SELECT * FROM dbo.C...
# orm-help
s
For example, these queries:
Copy code
SELECT * FROM dbo.Contacts
SELECT * FROM geo.Locations
I have two schemas here,
dbo
and
geo
. I'm trying to find out if there's a way to access these via prisma without having to generate a completely different client just for the geo schema