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

Package Sidebar

Install

npm i pg-create-extensions

Weekly Downloads

0

Version

1.0.0

License

ISC

Last publish

Collaborators

  • johndotawesome