perdumonocle / sql-builder

Simple SQL code generator.
MIT License
123 stars 13 forks source link

Adding where_regexp and where_not_regexp WHERE clause functions #14

Open thepacketgeek opened 2 years ago

thepacketgeek commented 2 years ago

Adding the following SqlBuilder methods to support REGEXP searches:

Along with added doctests & unittests