node-sql-template-strings icon indicating copy to clipboard operation
node-sql-template-strings copied to clipboard

ES6 tagged template strings for prepared SQL statements 📋

Results 67 node-sql-template-strings issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mysql2](https://sidorares.github.io/node-mysql2/docs) ([source](https://togithub.com/sidorares/node-mysql2)) | [`^1.1.2` -> `^3.0.0`](https://renovatebot.com/diffs/npm/mysql2/1.5.3/3.9.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/mysql2/3.9.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. > [!WARNING] These dependencies are deprecated: | Datasource | Name | Replacement PR? |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`^4.1.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/eslint/4.19.1/9.0.0) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typedoc](https://typedoc.org) ([source](https://togithub.com/TypeStrong/TypeDoc)) | [`^0.11.0` -> `^0.26.0`](https://renovatebot.com/diffs/npm/typedoc/0.11.1/0.26.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typedoc/0.26.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [husky](https://togithub.com/typicode/husky) | [`^0.14.1` -> `^9.0.0`](https://renovatebot.com/diffs/npm/husky/0.14.3/9.1.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/husky/9.1.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/husky/9.1.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-config-prettier](https://togithub.com/prettier/eslint-config-prettier) | [`^2.8.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/eslint-config-prettier/2.9.0/9.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-config-prettier/9.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-config-prettier/9.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cz-conventional-changelog](https://togithub.com/commitizen/cz-conventional-changelog) | [`^2.0.0` -> `^3.0.0`](https://renovatebot.com/diffs/npm/cz-conventional-changelog/2.1.0/3.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/cz-conventional-changelog/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cz-conventional-changelog/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [sequelize](https://sequelize.org/) ([source](https://togithub.com/sequelize/sequelize)) | [`^4.0.0` -> `^6.0.0`](https://renovatebot.com/diffs/npm/sequelize/4.37.7/6.29.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/sequelize/6.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

It could be great to allow user to add custom attribute to the returned query. My use-case is the usage of a custom Postgres client which enables some debuging utilities...

Hello Thanks for the awesome library Knex has a nice [named bindings](https://github.com/knex/knex/blob/0d27bcb60b9bfd57fabf896715350089e0b1050c/lib/formatter/rawFormatter.js#L37) option, which allows to use `:parametersWithColon` ([see docs](https://knexjs.org/guide/raw.html#raw-parameter-binding)), which in turn are supported in RDBMS editors, so we...