{ "info": { "author": "Andy McKay", "author_email": "andym@mozilla.com", "bugtrack_url": null, "classifiers": [], "description": "Alter `ENGINE` to `mysql_pool`.\nAdd some `DATABASE_POOL_ARGS` for example::\n\n DATABASE_POOL_ARGS = {\n 'max_overflow': 10,\n 'pool_size':5,\n 'recycle':300\n }\n\nOptionally add a `sa_pool_key` value so we don't need to hash each db.\n\nExample::\n\n 'two': {\n 'ENGINE': 'mysql_pool',\n 'sa_pool_key': 'two',\n ...\n }\n\nAlso optionally, you can add a 'backend' key with the importable path to\nthe backend you want to use. ::\n\n 'backend': 'mysql_pymysql.base'\n\nCurrently, we only support mysql_pymysql and the default django mysql backend.\n\nRequire SQL Alchemy 0.7 for the events.\n\n\nTODO:\n\n- some proper tests\n\n- make test utils work with multiple databases, by doing features.confirm on\n each database connnection, as opposed to just the first.\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/andymckay/django-mysql-pool", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-mysql-pool", "package_url": "https://pypi.org/project/django-mysql-pool/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-mysql-pool/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/andymckay/django-mysql-pool" }, "release_url": "https://pypi.org/project/django-mysql-pool/0.2/", "requires_dist": null, "requires_python": null, "summary": "Django application.", "version": "0.2" }, "last_serial": 790143, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "6420f315d5bb4e2a1c0b7d4b515a3d8c", "sha256": "ebdb79e5bb8288421c12f9311c1901834f08747a82242a74c2c6ca12d1bafb34" }, "downloads": -1, "filename": "django-mysql-pool-0.2.tar.gz", "has_sig": false, "md5_digest": "6420f315d5bb4e2a1c0b7d4b515a3d8c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3862, "upload_time": "2012-09-14T02:34:00", "url": "https://files.pythonhosted.org/packages/e4/17/8611a58f4a3f8f220f5a67dba30dda51ab9ad25ed78edca120d6a65498c4/django-mysql-pool-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6420f315d5bb4e2a1c0b7d4b515a3d8c", "sha256": "ebdb79e5bb8288421c12f9311c1901834f08747a82242a74c2c6ca12d1bafb34" }, "downloads": -1, "filename": "django-mysql-pool-0.2.tar.gz", "has_sig": false, "md5_digest": "6420f315d5bb4e2a1c0b7d4b515a3d8c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3862, "upload_time": "2012-09-14T02:34:00", "url": "https://files.pythonhosted.org/packages/e4/17/8611a58f4a3f8f220f5a67dba30dda51ab9ad25ed78edca120d6a65498c4/django-mysql-pool-0.2.tar.gz" } ] }