generalpiston / typeorm-encrypted

Encrypted field for typeorm.
MIT License
74 stars 19 forks source link

Add support for some FindOperator #43

Closed takezoux2 closed 2 years ago

takezoux2 commented 2 years ago

Add transformer support for FindOperator "Equal", "In", "Not" and "IsNull" which can even use for encrypted fields.

generalpiston commented 2 years ago

Fixes https://github.com/generalpiston/typeorm-encrypted/issues/42