pg-create-extensions

1.0.0 • Public • Published

Pg Create Extensions

Need uuid's in your node.js/postgres app? Create pg extensions from an array.

usage

require('./lib/pg-create-extensions')
  ( connectionStr )
  (['uuid-ossp'], /* optional callback here */ )
  (function( error ){
    /* ... */
  })

install

npm install -S pg-create-extensions

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    0

Package Sidebar

Install

npm i pg-create-extensions

Weekly Downloads

0

Version

1.0.0

License

ISC

Last publish

Collaborators

  • johndotawesome