{"id":16348442,"url":"https://github.com/devinus/epgsql_pool","last_synced_at":"2025-10-15T07:54:14.807Z","repository":{"id":4236967,"uuid":"5360913","full_name":"devinus/epgsql_pool","owner":"devinus","description":"Pooled epgsql connections using Poolboy","archived":false,"fork":false,"pushed_at":"2012-10-19T18:08:22.000Z","size":246,"stargazers_count":7,"open_issues_count":0,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-03T23:45:06.786Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"Yixiaohan/codeparkshare","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devinus.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}},"created_at":"2012-08-09T20:38:02.000Z","updated_at":"2019-07-15T20:57:07.000Z","dependencies_parsed_at":"2022-09-14T21:01:59.942Z","dependency_job_id":null,"html_url":"https://github.com/devinus/epgsql_pool","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinus%2Fepgsql_pool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinus%2Fepgsql_pool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinus%2Fepgsql_pool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinus%2Fepgsql_pool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devinus","download_url":"https://codeload.github.com/devinus/epgsql_pool/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238241453,"owners_count":19439768,"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":[],"created_at":"2024-10-11T00:52:02.746Z","updated_at":"2025-10-15T07:54:14.722Z","avatar_url":"https://github.com/devinus.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"# epgsql_pool\n\n## Usage\n\n### In a supervisor tree\n\n```erlang\nArgs = [{name, {local, pool1}},\n        {size, 10},\n        {max_overflow, 10},\n        {hostname, \"127.0.0.1\"},\n        {database, \"db1\"},\n        {username, \"db1\"},\n        {password, \"abc123\"}],\nPool = epgsql_pool:child_spec(pool1, Args),\n{ok, {{one_for_one, 10, 10}, [Pool]}}.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevinus%2Fepgsql_pool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevinus%2Fepgsql_pool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevinus%2Fepgsql_pool/lists"}