hi, I'm looking at migrating our plain SQL database driver to prisma for the type safety, one question so far - can Prisma Client work properly with a partitioned table in postgresql? i've seen
this github issue about this issue, where one of the prisma folk says it's "probably" transparent for the prisma client, but I'm not sure what this actually means