Support for `regexp` keyword?
sqlite 3.36.0 (https://www.sqlite.org/releaselog/3_36_0.html) added support for the regexp (https://www.sqlite.org/lang_expr.html#regexp) keyword in its CLI. I have tried issuing a query with the regexp keyword using modernc.org/sqlite v1.14.8 and get error:
SQL logic error: no such function: regexp (1)
Has any consideration been given to adding support for this keyword in this module?