I have a sqlite table with fields api and status.
I want to fetch data using regex using this fields to match with them.
How can I use regex to fetch data from sqlite in nodejs?
similiar question: How do I use regex in a SQLite query?
The given anwer only works in ubuntu and my server has centos which does not support sqlite3-pcre