sqltomango
sqltomango copied to clipboard
Add RLIKE -> {$regex:''}
Adds two MySQL style operators: RLIKE/REGEXP which are synonyms and have syntax like WHERE _id RLIKE '^abc'
. They translate plainly into Mango {$regex:''}
.