{"id":19225130,"url":"https://github.com/ischeme4u/sc-mysqlhelper","last_synced_at":"2026-05-02T17:39:42.873Z","repository":{"id":57464544,"uuid":"331566329","full_name":"iScheme4U/sc-mysqlhelper","owner":"iScheme4U","description":"A simple connection pool for mysql using dbutils.pooled_db","archived":false,"fork":false,"pushed_at":"2021-03-04T01:15:23.000Z","size":9,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-04T21:27:55.430Z","etag":null,"topics":["connection-pooling","helper","mysql","python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/iScheme4U.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","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":"2021-01-21T08:42:47.000Z","updated_at":"2022-04-26T03:50:50.000Z","dependencies_parsed_at":"2022-08-31T03:10:49.594Z","dependency_job_id":null,"html_url":"https://github.com/iScheme4U/sc-mysqlhelper","commit_stats":null,"previous_names":["scott-lau/sc-mysqlhelper"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iScheme4U%2Fsc-mysqlhelper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iScheme4U%2Fsc-mysqlhelper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iScheme4U%2Fsc-mysqlhelper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iScheme4U%2Fsc-mysqlhelper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iScheme4U","download_url":"https://codeload.github.com/iScheme4U/sc-mysqlhelper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240298489,"owners_count":19779283,"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":["connection-pooling","helper","mysql","python"],"created_at":"2024-11-09T15:14:03.433Z","updated_at":"2026-05-02T17:39:42.832Z","avatar_url":"https://github.com/iScheme4U.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":".. image:: https://badge.fury.io/py/sc-mysqlhelper.svg\n    :target: https://badge.fury.io/py/sc-mysqlhelper\n.. image:: https://img.shields.io/pypi/pyversions/sc-mysqlhelper\n    :alt: PyPI - Python Version\n\nMySQL helper for Python\n========================================\n\nA helper for working with mysql written in python, with\nconnection-pooling feature\n\n\nInstallation\n------------\n\nIt is possible to install the tool with `pip`::\n\n    pip install sc-mysqlhelper\n\nFeatures\n--------\n\n* Connection pooling\n\n\nConfiguration\n-------------\n\nThe script itself is currently configuration free.\n\n\nDependencies\n------------\n\n* PyMySQL 1.0.2\n* DBUtils 2.0\n\n\nUsage\n-------\nSample usage::\n\n    from mysqlhelper import MySQLHelper\n\n    helper = MySQLHelper(host=\"localhost\", port=3306, user=\"test\", password=\"test\", database=\"test\")\n    rs = helper.select_one(sql=\"select count(*) from users\")\n    print(rs[0])\n\nLicense\n-------\n\nThe script is released under the MIT License.  The MIT License is registered\nwith and approved by the Open Source Initiative [1]_.\n\n.. [1] https://opensource.org/licenses/MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fischeme4u%2Fsc-mysqlhelper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fischeme4u%2Fsc-mysqlhelper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fischeme4u%2Fsc-mysqlhelper/lists"}