db-migrate / db-migrate/node-db-migrate
Feature Request: Custom Templates
Open
- Dominant language
- JavaScript
- Stars
- 2.3k
- Forks
- 361
- PR merge metrics
- No merged PRs in 30d
Description
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"
}
```
Contributor guide
Assessment
This issue has not been assessed yet.