{"id":20515401,"url":"https://github.com/guilt/dbcm","last_synced_at":"2025-03-05T23:21:02.202Z","repository":{"id":52297047,"uuid":"87653856","full_name":"guilt/dbcm","owner":"guilt","description":"Java Database Connection Manager.","archived":false,"fork":false,"pushed_at":"2023-11-23T18:59:36.000Z","size":33,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T10:13:50.711Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/guilt.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}},"created_at":"2017-04-08T18:07:33.000Z","updated_at":"2022-07-06T02:42:03.000Z","dependencies_parsed_at":"2024-11-16T00:16:41.813Z","dependency_job_id":null,"html_url":"https://github.com/guilt/dbcm","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/guilt%2Fdbcm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilt%2Fdbcm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilt%2Fdbcm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilt%2Fdbcm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guilt","download_url":"https://codeload.github.com/guilt/dbcm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242118502,"owners_count":20074588,"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-15T21:21:28.441Z","updated_at":"2025-03-05T23:21:02.177Z","avatar_url":"https://github.com/guilt.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"About\n-----\nJava Database Connection Manager.\n\nUsage\n-----\n\nModern Java Usage:\n\n```java\n    try(Connection con = ConnectionManagerHelper.getConnection()) {\n    \t//Blah.\n    }\n```\n\nTraditional Java Usage:\n\n```java\n    try {\n    \tConnection con = ConnectionManagerHelper.getConnection();\n    \t//Blah.\n    } catch(SQLException sqle) {\n    \t//Handle Errors.\n    } finally {\n    \tConnectionManagerHelper.closeConnection(con);\n    }\n```\n\nInstalling\n----------\n\n```bash\nmvn install -DperformRelease\n```\n\nLimitations\n-----------\n\nThis software comes with no warranty, implicit or explicit. Use\nthis at your own risk. Suggestions/bug reports/fixes are always welcome.\n\nFeedback\n--------\n\n* Author: Karthik Kumar Viswanathan\n* Web   : http://karthikkumar.org\n* Email : karthikkumar@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguilt%2Fdbcm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguilt%2Fdbcm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguilt%2Fdbcm/lists"}