{"id":25738309,"url":"https://github.com/go-helium/postgres","last_synced_at":"2025-02-26T07:29:57.695Z","repository":{"id":57492128,"uuid":"172385253","full_name":"go-helium/postgres","owner":"go-helium","description":"PostgreSQL module provides you connection to PostgreSQL server","archived":false,"fork":false,"pushed_at":"2024-06-24T14:27:28.000Z","size":53,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-24T16:18:30.543Z","etag":null,"topics":["component","golang","helium","module","postgresql"],"latest_commit_sha":null,"homepage":"https://github.com/im-kulikov/helium","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/go-helium.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-24T20:16:14.000Z","updated_at":"2024-06-24T14:27:32.000Z","dependencies_parsed_at":"2022-08-28T11:50:39.368Z","dependency_job_id":null,"html_url":"https://github.com/go-helium/postgres","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-helium%2Fpostgres","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-helium%2Fpostgres/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-helium%2Fpostgres/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-helium%2Fpostgres/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-helium","download_url":"https://codeload.github.com/go-helium/postgres/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240810985,"owners_count":19861339,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["component","golang","helium","module","postgresql"],"created_at":"2025-02-26T07:29:56.785Z","updated_at":"2025-02-26T07:29:57.585Z","avatar_url":"https://github.com/go-helium.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PostgreSQL module (for Helium) provides you connection to PostgreSQL server\n\n![Codecov](https://img.shields.io/codecov/c/github/go-helium/postgres.svg?style=flat-square)\n[![Build Status](https://travis-ci.com/go-helium/redis.svg?branch=master)](https://travis-ci.com/go-helium/redis)\n[![Report](https://goreportcard.com/badge/github.com/go-helium/postgres)](https://goreportcard.com/report/github.com/go-helium/postgres)\n[![GitHub release](https://img.shields.io/github/release/go-helium/postgres.svg)](https://github.com/go-helium/postgres)\n[![Sourcegraph](https://sourcegraph.com/github.com/go-helium/postgres/-/badge.svg)](https://sourcegraph.com/github.com/go-helium/postgres?badge)\n![GitHub](https://img.shields.io/github/license/go-helium/postgres.svg?style=popout)\n\nModule provides you connection to PostgreSQL server\n- `*pg.DB` is a database handle representing a pool of zero or more underlying connections. It's safe for concurrent use by multiple goroutines\n\nConfiguration:\n- yaml example\n```yaml\nposgres:\n    hostname: string\n    username: string\n    password: string\n    database: string\n    debug: bool\n    pool_size: int\n    options: # optional\n      host: string\n      sslkey: string\n      sslmode: string\n      sslcert: string\n      sslrootcert: string\n```\n- env example\n```\nPOSTGRES_HOSTNAME=string\nPOSTGRES_USERNAME=string\nPOSTGRES_PASSWORD=string\nPOSTGRES_DATABASE=string\nPOSTGRES_DEBUG=bool\nPOSTGRES_POOL_SIZE=int\nPOSTGRES_OPTIONS_HOST=string\nPOSTGRES_OPTIONS_SSLKEY=string\nPOSTGRES_OPTIONS_SSLMODE=string\nPOSTGRES_OPTIONS_SSLCERT=string\nPOSTGRES_OPTIONS_SSLROOTCERT=string\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-helium%2Fpostgres","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgo-helium%2Fpostgres","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-helium%2Fpostgres/lists"}