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

A node package for serializing and deserializing JSON data to hstore format

Results 3 pg-hstore issues
Sort by recently updated
recently updated
newest added

I read the source code about `hstore.stringify`: https://github.com/scarney81/pg-hstore/blob/master/lib/index.js#L32 ```js if (!callback || callback === null) return joined; callback(joined); ``` It also works fine without passing `callback` argument. Like this: ```js...

I'm using the node "pg" npm module to connect to postgres. Suppose I have a table like this: ``` sql create table somedata (col hstore) ``` if I insert into...

Hi, I use the pg-hstore package from my code. I did a scan in my code with Trivy and it said to me: do you fixed underscore's version 1.12.1