What is the problem this feature will solve?
const db = new DatabaseSync(":memory:");
const template = db.createSqlTag();
What is the feature you are proposing to solve the problem?
const db = new DatabaseSync(":memory:");
const template = db.createSqlTag();
What alternatives have you considered?
const db = new DatabaseSync(":memory:");
const template = db.createSqlTag();