dgadelha / knex-playground

Knex Playground
https://dgadelha.github.io/knex-playground/
40 stars 5 forks source link

Generate code from query to knex js #285

Closed alditegarprakoso closed 2 months ago

alditegarprakoso commented 3 months ago

Can I generate code from query to knex js? Thank you in advance

dgadelha commented 2 months ago

You might be able to try something like https://github.com/davrontb/postgresql-to-knex

Unfortunately, parsing SQL and converting to Knex.js code is too complex and is not the goal of this application.