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

Library for transforming JavaScript objects to hstore format, used by the PostgreSQL RDBMS.

hstore for Node.js

Node.js module for transforming JavaScript objects to hstore format as used by PostgreSQL.

This can be used to store key/value pairs in a format recognized by the database, so you can query them via SQL.