Iam using sqlite in nodejs.So by default sqlite in not permitting regex support.
I had added a external dependency sqlite3-pcre
to support regex in sqlite.
How can I use this regex package to fetch data
from sqlite
in nodejs?
similiar question: How do I use regex in a SQLite query?
The given answer only works in ubuntu and my server has centos which does not support sqlite3-pcre