Package Exports
- pg-dollar-quote
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (pg-dollar-quote) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
pg-dollar-quote
Dollar quote literals for use in PostgreSQL SQL commands.
Installation
Add it to your node.js project via:
npm install pg-dollar-quote --saveUsage
const dollarQuote = require('pg-dollar-quote');
// $$my user input$$
console.log(dollarQuote('my user input'));License
ISC. See the file LICENSE.
