Add support for custom templates instead of hardcoding them. This could be supported in the `database.json` file. For example: ```json { "customSqlTemplate": "path/to/sql-template.sql", "customJsTemplate": "path/to/js-template.js" } ```
Add support for custom templates instead of hardcoding them. This could be supported in the
database.jsonfile. For example:{ "customSqlTemplate": "path/to/sql-template.sql", "customJsTemplate": "path/to/js-template.js" }