hstore

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


Keywords
postgres, postgre, database, rdbms
Install
npm install hstore@0.0.1

Documentation

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.