2.3.4 • Published 3 years ago

pg-hstore v2.3.4

Weekly downloads
206,457
License
MIT
Repository
github
Last release
3 years ago

Build Status

pg-hstore

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

Install pg-hstore

$ npm install pg-hstore

Usage

stringify

var hstore = require('pg-hstore')();
var source = { foo: "oof", bar: "rab", baz: "zab" };
hstore.stringify(source, function(result) {
  ...
  // result = '"foo"=>"oof", "bar"=>"rab", "baz"=>"zab"'
  ...
});

parse

var hstore = require('pg-hstore')();
var source = '"foo"=>"oof", "bar"=>"rab", "baz"=>"zab"';
hstore.parse(source, function(result) {
  ...
  // result = { foo: "oof", bar: "rab", baz: "zab" } 
  ...
});
@process-engine/process_engine_runtime@rosejs/modelscreate-express-quez@atlas-engine/fullstack_server@halon/cli@halon/web-uidotclub-admin-web-backendseeql-betaseeql-waresql-vis-draft-1sql-vis-draft-2sql-vis-draft-3sql-vis-draft-4sql-vis-draft-5sql-vis-draft-7graphql-kit@lunares/lunaresvote.stuysu.orgaurora-debbiedevice-integrationcfra-postgresql-serverpostgresql-servermake-crudsurvey-sparrow-boilerplateexpress-sequalizetemplate-node-bugservicegithubcli.duque.devais-db-service@atlaslabs/dblpcustomroutingapiclient@arijea/analysis-modelsresuable-skein-user-managementynot-cms-serviceestimator-commonteam-pulse-scrapers-modelarqam-testingngx-express-passport-setupshaheryarnodeoep-accounts-consumernestjs-typeorm-libpanther_campaign_bridgetemplate-express-sequelizegenerator-conacytmonk.nodephinternal-api@licitalab/licitalab-database-chilerolayjsnolayjs@sellgar/dbritabotpriceitcampaignjshahnbee-coresubscribejspg-queuejspg-task-queueneo-orm-odmneo-sql-ormms_communication@elnk/core-helperscreate-express-sequelize@paiondata/nextwiki@eventick/databasejsspeedup@signedd.in/coretesting-asd1234retail_apiserver_app_apiedis-manager-node@everything-registry/sub-chunk-2429ade-cliserversheakers@rsksmart/rsk-monitor@cbmistbd/server-appcbmis-server@atlas-engine/core_domain.application.standalone@atlas-engine/runtime_domain@atlas-engine/user_domain.application.standaloneexp-sq-g34volcryyadaguru-data@edirect/migrationwarrior-modelvuewebwastewaterwantedapp-be-db-mainwhitelabel-dbword-kanbanwrestwt-api-sharedtor-blockthe-crane-club-api-admintffcommontffcommon1tffconfigtm-apps-dbtm-ep-tweet-stream-dbtilestrata-kothictechify
2.3.4

3 years ago

2.3.3

5 years ago

2.3.2

9 years ago

2.3.1

9 years ago

2.3.0

9 years ago

2.2.0

10 years ago

2.1.2

10 years ago

2.1.1

10 years ago

2.1.0

10 years ago

2.0.0

10 years ago

1.1.0

10 years ago

1.0.4

10 years ago

1.0.3

11 years ago

1.0.2

11 years ago

1.0.1

12 years ago

1.0.0

12 years ago