Socket
Book a DemoInstallSign in
Socket

pg-dollar-quote

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pg-dollar-quote

Quote literals with PostgreSQL dollar quotes

latest
Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
6
200%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

postgres

FAQs

Package last updated on 31 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts