hi, I'm looking at migrating our plain SQL databas...
# prisma-client
r
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
i understand that some things like Prisma Migrate definitely won't work, but I would consider the Prisma Client and its typings to be benefit enough to switch over