Sabin Adams
11/18/2021, 7:50 PMSELECT * 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