Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MariaDB, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
This PR includes a substantial refactor of sql.ts to remove as many calls to Knex raw functionality as we can, as well as shoring up the raw calls we can't remove with checks to make sure the input to them is sanitised.
Description
This PR includes a substantial refactor of
sql.ts
to remove as many calls to Knex raw functionality as we can, as well as shoring up the raw calls we can't remove with checks to make sure the input to them is sanitised.