Jim Chng
Jim Chng
Good day to you cosmicBboy, After investigating it for hours, I think this bug occurs when one sets the Check(... , ignore_na=False, ...) while setting Column(... , nullable=True, ...). The...
Anyway, just a further comment which is I'm attempting to dynamically generate a pandera's DataFrameSchema (on-the-fly) to validate many datasets. I think pandera is useful as it is lightweight and...
Already resolved conflicts for the docs.
> Your issue is with the extension mechanism. > > NestJS uses a class that inherits from the PrismaClient, but applying extensions require to use the return value of `$extends()`,...
@franky47 Btw, do you have a quick workaround? Or can you point me more directly to issues that have some quick solutions?
> https://nestjs-prisma.dev/docs/prisma-client-extensions/ Thank you sir!
@franky47 Sir, would it be better practice to have two PrismaService, one specifically for creating records for tables with encrypted column(s) and another for general database operations? I see the...
@franky47 Thank you for your reply, oh, I am just trying to encrypt one or two columns of some of my tables, I am not sure how I can actually...
How about storing the logs in minio?
> How about storing the logs in minio? @jonra1993 Sir, what do you think of this?