{"id":36486593,"url":"https://github.com/bobiverse/hstore","last_synced_at":"2026-01-12T01:51:52.299Z","repository":{"id":57582578,"uuid":"371284852","full_name":"bobiverse/hstore","owner":"bobiverse","description":"Go package for postgresql hstore type","archived":false,"fork":false,"pushed_at":"2024-09-16T11:59:33.000Z","size":24,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-09-16T13:35:49.258Z","etag":null,"topics":["golang-package","postgresql"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bobiverse.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-27T07:29:29.000Z","updated_at":"2024-09-16T11:59:37.000Z","dependencies_parsed_at":"2024-08-28T12:17:11.565Z","dependency_job_id":null,"html_url":"https://github.com/bobiverse/hstore","commit_stats":null,"previous_names":["briic/hstore"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bobiverse/hstore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobiverse%2Fhstore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobiverse%2Fhstore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobiverse%2Fhstore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobiverse%2Fhstore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bobiverse","download_url":"https://codeload.github.com/bobiverse/hstore/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobiverse%2Fhstore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28331258,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"ssl_error","status_checked_at":"2026-01-12T00:36:15.229Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["golang-package","postgresql"],"created_at":"2026-01-12T01:51:52.243Z","updated_at":"2026-01-12T01:51:52.291Z","avatar_url":"https://github.com/bobiverse.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hstore\nGo package for postgresql hstore type ( https://www.postgresql.org/docs/13/hstore.html )\n\n\n### \n```go\npackage main\n\nimport (\n   \"github.com/bobiverse/hstore\"\n   // ...\n)\n\ntype MyTest struct {\n    Name string\n    Data hstore.Hstore\n    // ...\n}\n\nfunc main() {\n  // Do database things and get values from database with `hstore` type \n  var my MyTest\n  my := dummy.GetSqlData(\"SELECT * FROM dummy LIMIT 1\")\n  \n  // Retrieve different data from hstore field\n  myname := my.Data.Get(\"name\") // string\n  myage := my.Data.GetInt(\"age\") // int\n  mytemperature := my.Data.GetFloat(\"temp\") // float64\n  mytime := my.Data.GetTime(\"birth_time\") // try to parse to `time.Time`\n  \n  // Set new values or overwrites\n  my.Data.Set(\"token\", \"rnPTD4*xjBG2KR9%jt$a9R2Hh\") // new field\n  myData.SetIn(\"age\", 21) // set new age value\n  \n  // Save to database (your code)\n  \n  \n  \n\n}\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobiverse%2Fhstore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbobiverse%2Fhstore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobiverse%2Fhstore/lists"}