Inspired from https://dev.mysql.com/doc/refman/5.7/en/expressions.html and https://github.com/justinkenel/js-sql-parse
yarn compile
yarn test "foo = 'bar' && life = 42"
- Multiple expr
- String (single quote, double quote, backtick)
- Booleans
- IS [NOT]
- NOT expr
- ! expr
- bit_expr
- LIKE expr
- IN (expr)
- Date