davrontb
Results
1
comments of
davrontb
postgresql-to-knex uses [pg-query-parser](https://github.com/zhm/pg-query-parser) package which uses uses the real PostgreSQL parser(libpg_query [package](https://github.com/pganalyze/libpg_query)). ```CreateFunctionStmt is not implemented``` error comes from that package which parses the query before converting it to knexJs....