pgc4d icon indicating copy to clipboard operation
pgc4d copied to clipboard

A full-featured PostgreSQL Client for Deno

Results 5 pgc4d issues
Sort by recently updated
recently updated
newest added

Importing the package errors in Deno 1.6. Output of `deno --version`: ``` deno 1.6.0 (release, x86_64-pc-windows-msvc) v8 8.8.278.2 typescript 4.1.2 ``` And here is the error message: ``` error: TS2322...

Hey! :) There's a discord group and GH org setup for holding all deno drivers, eg sqlite, redis. I was curious on how you felt about moving your pgc4d repo?...

Currently the only supported SSL mode is verify-full or disable but it does not support 'require' or 'prefer'. For example, to connect to Heroku PostgreSQL instance, it needs to be...

Have a look here: https://github.com/brianc/node-postgres/tree/master/packages/pg-pool Whilst you are there, check out the other packages within the node-postgres project. The pg-connection string is written in TypeScript. Some of the other packages...

I am getting the following error : Compile file:///Users/devanand/Documents/Projects/Deno/deno-experiments/models/database.ts WARN RS - rustls::session:718 - Sending fatal alert BadCertificate error: Uncaught InvalidData: invalid certificate: UnknownIssuer Steps: 1. Create a Heroku postgres...