Hi! Babel parser can't parse operators like BEGIN, DISCARD, SHOW TRANSACTION ISOLATION LEVEL and a bunch of other PostgreSQL related operators. I want to add support for those operators but I have a feeling that babel parser is not the right place for that. Maybe it is worth it to create a separate project like `babel-postgres` and extend babel parser ?
What do you think?
