This is a serverless function written in Go and deployed onto now.sh which can
take the SQL output from pg_dump and clean it up so that it can be used as a
migration file with Hasura.
SQL front matter, like SET statements are removed.
CREATE SCHEMA public is removed.
Comments (--) and empty newlines are removed.
Postgres triggers created by Hasura for event triggers are removed.