pg-promise icon indicating copy to clipboard operation
pg-promise copied to clipboard

Nice lib but....

Open khokm opened this issue 2 years ago • 2 comments

Nice library but PLEASE add connection examples to README. I literally spend about 10 minutes to google how to init connection to database.

khokm avatar Apr 08 '22 20:04 khokm

It is up front in the documentation - http://vitaly-t.github.io/pg-promise

vitaly-t avatar Apr 08 '22 20:04 vitaly-t

Typescript example

import pgPromise from "pg-promise"
const db = pgPromise()(YOUR_CONNECTION_STRING)

// Now you can use the db object like in the docs

http://vitaly-t.github.io/pg-promise/index.html

birgersp avatar May 18 '22 08:05 birgersp