perdumonocle / sql-builder

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

support for `like` with `escape`? #16

Open lilydjwg opened 8 months ago

lilydjwg commented 8 months ago

E.g. where column like '%\%d%' escape '\' to match any string with the %d substring.

https://www.sqlite.org/lang_expr.html#the_like_glob_regexp_match_and_extract_operators