Create SQL statement without SqlClient

Is it possible to create SQL statements without an SqlClient? For example:

const statement = sql`...`;
// Can I import sql from somewhere instead?
Was this page helpful?