efcore.pg
efcore.pg copied to clipboard
Add translator for hstore type
for example:
a["b"]
will translate to "a" -> 'b'
If there is no translator, using the values of fields with the hstore type as a WHERE condition would be very cumbersome, and can only be achieved using FromSqlRaw
.`