pg-query-parser
pg-query-parser copied to clipboard
This Package not working on Apple m1 pro 2021 laptop
I was using this Package on my previous mac book pro 2016 with an intel chipset. It was working without any error. Now I upgraded my laptop with Apple M1 MacbookPro 2021. With the m1 silicon this package is not working. It is not throwing any error also. when the parse method is executed, program get terminated without any error. Below line I am referring where I am having error
const query = parser.parse('SELECT * FROM test_table').query;