node-sql-template-strings
node-sql-template-strings copied to clipboard
ES6 tagged template strings for prepared SQL statements 📋
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mysql2](https://sidorares.github.io/node-mysql2/docs) ([source](https://redirect.github.com/sidorares/node-mysql2)) | [`^1.1.2` -> `^3.0.0`](https://renovatebot.com/diffs/npm/mysql2/1.5.3/3.9.8) | [](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.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/felixfbecker/node-sql-template-strings). ## Config Migration Needed - [ ]...
[](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://redirect.github.com/TypeStrong/TypeDoc)) | [`^0.11.0` -> `^0.27.0`](https://renovatebot.com/diffs/npm/typedoc/0.11.1/0.27.4) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [husky](https://redirect.github.com/typicode/husky) | [`^0.14.1` -> `^9.0.0`](https://renovatebot.com/diffs/npm/husky/0.14.3/9.1.7) | [](https://docs.renovatebot.com/merge-confidence/) | [](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) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cz-conventional-changelog](https://redirect.github.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) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [sequelize](https://sequelize.org/) ([source](https://redirect.github.com/sequelize/sequelize)) | [`^4.0.0` -> `^6.0.0`](https://renovatebot.com/diffs/npm/sequelize/4.37.7/6.29.0) | [](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...