pooledMySQL


NamepooledMySQL JSON
Version 3.0.1 PyPI version JSON
download
home_pageNone
SummaryA simple way to have MySQL connection pool which auto-scales infinitely as required. This would help remove problems caused by multithreading, also removed user hassle of manually creating and deleting connections manually.
upload_time2024-04-28 17:04:43
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseNone
keywords mysql pool threadedmysql pooledmysql multithreaded thread database sql
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pooledMySQL v3.0.1

```pip install pooledMySQL --upgrade```

###### <br>A well maintained program to have MySQL connection pool which auto-scales infinitely as required. This would help remove problems caused by multithreading, also removed user hassle of manually creating and deleting connections manually.


<br>To install: 
```
pip install pooledMySQL --upgrade
pip3 install pooledMySQL --upgrade
python -m pip install pooledMySQL --upgrade
python3 -m pip install pooledMySQL --upgrade
```


#### <br><br>Using this program is as simple as:
```
from pooledMySQL import Manager as MySQLManager

executorMySQL = MySQLManager("SomeUsername", "SomePassword", "DatabaseName")

listOfDict = executorMySQL.execute("SELECT * from someTable")

for individualDict in listOfDict:
    print(individualDict)
```


### <br>Future implementations:
* Classes for individual tables to make reading and writing of rows way easier for the user
* Table and database creation syntaxes

###### <br>This project is always open to suggestions and feature requests.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pooledMySQL",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "mysql, pool, threadedmysql, pooledmysql, multithreaded, thread, database, sql",
    "author": null,
    "author_email": "Bhindi <bhaskarpanja93@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/07/f5/a6b0562a707e20a823a537433b72295b049149819823f85fdefcfaa444df/pooledmysql-3.0.1.tar.gz",
    "platform": null,
    "description": "# pooledMySQL v3.0.1\n\n```pip install pooledMySQL --upgrade```\n\n###### <br>A well maintained program to have MySQL connection pool which auto-scales infinitely as required. This would help remove problems caused by multithreading, also removed user hassle of manually creating and deleting connections manually.\n\n\n<br>To install: \n```\npip install pooledMySQL --upgrade\npip3 install pooledMySQL --upgrade\npython -m pip install pooledMySQL --upgrade\npython3 -m pip install pooledMySQL --upgrade\n```\n\n\n#### <br><br>Using this program is as simple as:\n```\nfrom pooledMySQL import Manager as MySQLManager\n\nexecutorMySQL = MySQLManager(\"SomeUsername\", \"SomePassword\", \"DatabaseName\")\n\nlistOfDict = executorMySQL.execute(\"SELECT * from someTable\")\n\nfor individualDict in listOfDict:\n    print(individualDict)\n```\n\n\n### <br>Future implementations:\n* Classes for individual tables to make reading and writing of rows way easier for the user\n* Table and database creation syntaxes\n\n###### <br>This project is always open to suggestions and feature requests.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A simple way to have MySQL connection pool which auto-scales infinitely as required. This would help remove problems caused by multithreading, also removed user hassle of manually creating and deleting connections manually.",
    "version": "3.0.1",
    "project_urls": {
        "Homepage": "https://github.com/BhaskarPanja93/pooledMySQL"
    },
    "split_keywords": [
        "mysql",
        " pool",
        " threadedmysql",
        " pooledmysql",
        " multithreaded",
        " thread",
        " database",
        " sql"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "89aa882d3bee54b53a3ec9ae4416062dd7543787c17495d0ee24fee897278541",
                "md5": "a0806b3d4e198a3160a0b75629c5788f",
                "sha256": "ac3fecd9a2f61da810614c2cdfa0d1dc24fe89bf240861a7cd0bc3b9146d7273"
            },
            "downloads": -1,
            "filename": "pooledMySQL-3.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a0806b3d4e198a3160a0b75629c5788f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 4948,
            "upload_time": "2024-04-28T17:04:42",
            "upload_time_iso_8601": "2024-04-28T17:04:42.065371Z",
            "url": "https://files.pythonhosted.org/packages/89/aa/882d3bee54b53a3ec9ae4416062dd7543787c17495d0ee24fee897278541/pooledMySQL-3.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "07f5a6b0562a707e20a823a537433b72295b049149819823f85fdefcfaa444df",
                "md5": "754986dcf6ff67e8e4e562bc744e7048",
                "sha256": "ea0966726c16284a3bdea89c316adf5794b88d4314e9c1e3bbf81ebe8d2e1518"
            },
            "downloads": -1,
            "filename": "pooledmysql-3.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "754986dcf6ff67e8e4e562bc744e7048",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 4788,
            "upload_time": "2024-04-28T17:04:43",
            "upload_time_iso_8601": "2024-04-28T17:04:43.911998Z",
            "url": "https://files.pythonhosted.org/packages/07/f5/a6b0562a707e20a823a537433b72295b049149819823f85fdefcfaa444df/pooledmysql-3.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-28 17:04:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "BhaskarPanja93",
    "github_project": "pooledMySQL",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pooledmysql"
}
        
Elapsed time: 0.24446s