EFCore SQL translate
How to i customize the SQL translate from EF core when add an entity that generate to similry raw SQL like this:
2 Replies
GitHub
Use PGP_SYM_ENCRYPT with EF Core (Using DbCommandInterceptor) · Iss...
I want to use PGP_SYM_ENCRYPT and PGP_SYM_DECRYPT functionality with Npgsql.EntityFrameworkCore.PostgreSQL library. I've created a custom DbCommandInterceptor to modify SQL queries on the fly. ...
I already found it but seemly it just have
encrypt_iv
and decrypt_iv
.