{"id":21358568,"url":"https://github.com/logicblocks/component.jdbc.data-source.postgres","last_synced_at":"2026-02-26T15:33:28.609Z","repository":{"id":38293629,"uuid":"254723851","full_name":"logicblocks/component.jdbc.data-source.postgres","owner":"logicblocks","description":"A component providing a pooled postgres JDBC data source.","archived":false,"fork":false,"pushed_at":"2024-06-03T11:11:25.000Z","size":252,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":8,"default_branch":"main","last_synced_at":"2024-06-03T20:19:50.366Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","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/logicblocks.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2020-04-10T19:55:10.000Z","updated_at":"2024-06-03T20:20:01.532Z","dependencies_parsed_at":"2024-06-03T20:19:59.027Z","dependency_job_id":"cbd40e13-b3f6-4c34-999e-0bca7a29df52","html_url":"https://github.com/logicblocks/component.jdbc.data-source.postgres","commit_stats":{"total_commits":43,"total_committers":3,"mean_commits":"14.333333333333334","dds":0.2790697674418605,"last_synced_commit":"d194ff034b291452f5f1eb50a1c0fe4664a6eeb1"},"previous_names":["logicblocks/component.jdbc.data-source.postgres","logicblocks/component.jdbc-data-source.postgres"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logicblocks%2Fcomponent.jdbc.data-source.postgres","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logicblocks%2Fcomponent.jdbc.data-source.postgres/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logicblocks%2Fcomponent.jdbc.data-source.postgres/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logicblocks%2Fcomponent.jdbc.data-source.postgres/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/logicblocks","download_url":"https://codeload.github.com/logicblocks/component.jdbc.data-source.postgres/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245755595,"owners_count":20667027,"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-11-22T05:19:08.752Z","updated_at":"2025-10-07T23:02:30.946Z","avatar_url":"https://github.com/logicblocks.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# component.jdbc.data-source.postgres\n\n[![Clojars Project](https://img.shields.io/clojars/v/io.logicblocks/component.jdbc.data-source.postgres.svg)](https://clojars.org/io.logicblocks/component.jdbc.data-source.postgres)\n[![Clojars Downloads](https://img.shields.io/clojars/dt/io.logicblocks/component.jdbc.data-source.postgres.svg)](https://clojars.org/io.logicblocks/component.jdbc.data-source.postgres)\n[![GitHub Contributors](https://img.shields.io/github/contributors-anon/logicblocks/component.jdbc.data-source.postgres.svg)](https://github.com/logicblocks/component.jdbc.data-source.postgres/graphs/contributors)\n\nA component providing a pooled postgres JDBC data source.\n\n## Install\n\nAdd the following to your `project.clj` file:\n\n```clj\n[io.logicblocks/component.jdbc.data-source.postgres \"0.1.2\"]\n```\n\n## Documentation\n\n* [API Docs](https://logicblocks.github.io/component.jdbc.data-source.postgres/index.html)\n\n## Usage\n\n```clojure\n(require '[com.stuartsierra.component :as component])\n(require '[component.jdbc.data-source.postgres.core \n            :as postgres-jdbc-data-source])\n\n(def system\n  (component/system-map\n    :postgres-data-source \n    (postgres-jdbc-data-source/create\n      {:host \"localhost\"\n       :port 5432\n       :user \"admin\"\n       :password \"super-secret-password\"\n       :database-name \"test\"})))\n```\n\n## License\n\nCopyright \u0026copy; 2024 LogicBlocks Maintainers\n\nDistributed under the terms of the \n[MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogicblocks%2Fcomponent.jdbc.data-source.postgres","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flogicblocks%2Fcomponent.jdbc.data-source.postgres","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogicblocks%2Fcomponent.jdbc.data-source.postgres/lists"}