{"id":20604836,"url":"https://github.com/themost-framework/pool","last_synced_at":"2026-04-21T01:02:18.354Z","repository":{"id":57166040,"uuid":"300655120","full_name":"themost-framework/pool","owner":"themost-framework","description":"Most Web Framework data adapter for connection pooling","archived":false,"fork":false,"pushed_at":"2025-07-09T04:02:33.000Z","size":387,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-24T13:23:08.922Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/themost-framework.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-10-02T15:17:32.000Z","updated_at":"2024-06-21T18:00:11.000Z","dependencies_parsed_at":"2024-04-14T16:43:19.098Z","dependency_job_id":"3db535de-95c7-4b9f-bd4f-323b22df6675","html_url":"https://github.com/themost-framework/pool","commit_stats":null,"previous_names":["themost-framework/pool","themost-framework/themost-pool"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/themost-framework/pool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themost-framework%2Fpool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themost-framework%2Fpool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themost-framework%2Fpool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themost-framework%2Fpool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/themost-framework","download_url":"https://codeload.github.com/themost-framework/pool/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themost-framework%2Fpool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32072323,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T21:26:33.338Z","status":"ssl_error","status_checked_at":"2026-04-20T21:26:22.081Z","response_time":94,"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":[],"created_at":"2024-11-16T09:25:09.788Z","updated_at":"2026-04-21T01:02:18.309Z","avatar_url":"https://github.com/themost-framework.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# themost-pool\nMost Web Framework data adapter for connection pooling\n\n## Install\n    npm install @themost/pool\n## Usage\nRegister Generic Pool Adapter on app.json as follows:\n\n    \"adapterTypes\": [\n        ...\n        { \"name\":\"...\", \"invariantName\": \"...\", \"type\":\"...\" },\n        { \"name\":\"Pool Data Adapter\", \"invariantName\": \"pool\", \"type\":\"@themost/pool\" }\n        ...\n    ],\n    adapters: [\n        ...\n        { \"name\":\"development\", \"invariantName\":\"...\", \"default\":false,\n            \"options\": {\n              \"server\":\"localhost\",\n              \"user\":\"user\",\n              \"password\":\"password\",\n              \"database\":\"test\"\n            }\n        },\n        { \"name\":\"development_with_pool\", \"invariantName\":\"pool\", \"default\":true,\n                    \"options\": {\n                      \"adapter\":\"development\"\n                    }\n                }\n        ...\n    ]\n\nThe generic pool adapter will try to instantiate the adapter defined in options.adapter property.\n\n# Options\n\n### adapter:\nThe name of the data adapter to be linked with this pool adapter.\n\n`@themost/pool` adapter uses [generic-pool](https://github.com/coopernurse/node-pool#documentation). \nRead more about `generic-pool` [here](https://github.com/coopernurse/node-pool#documentation)\n\nImportant Note: Upgrade from 2.2.x to 2.5.x\n\nReplace `@themost/pool@2.2.x` configuration:\n\n    {\n        \"adapter\": \"development\",\n        \"size\": 25,\n        \"timeout\": 30000,\n        \"lifetime\": 1200000\n    }\n\nwith:\n\n    {\n        \"adapter\": \"development\",\n        \"max\": 25,\n        \"acquireTimeoutMillis\": 30000\n    }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemost-framework%2Fpool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthemost-framework%2Fpool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemost-framework%2Fpool/lists"}