JSPM

pg-dollar-quote

1.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 11
  • Score
    100M100P100Q49603F
  • License ISC

Quote literals with PostgreSQL dollar quotes

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.

NPM

Build Status

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.