pg-dollar-quote
v1.1.0
Published
Quote literals with PostgreSQL dollar quotes
Downloads
27
Maintainers
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 --save
Usage
const dollarQuote = require('pg-dollar-quote');
// $$my user input$$
console.log(dollarQuote('my user input'));
License
ISC. See the file LICENSE.