Rishabh Singh

Results 3 issues of Rishabh Singh

- `whereStrIn(column, value, {matchCase: false})`: search string in an array (with an option to match case) - `whereStrInJsonArray(column, value, {matchCase: false})`: search string in jsonb array (with an option to...

enhancement

I think we should separate input logic from crawler (in a different PR) or else it will become messy with time. _Originally posted by @rishabhsingh971 in https://github.com/Nullifiers/Hackerrank-Solution-Crawler/pull/32_

refractoring

> should we store some cookie instead ? storing cookie is a good idea we can also can cache the entire session. For that we can either manually pickle session...

enhancement