{ "info": { "author": "Andrey Antukh", "author_email": "niwi@niwi.be", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP" ], "description": "djorm-ext-pool\n==============\n\nDB-API2 connection poolling for Django.\n\nDescription\n-----------\n\nIs a simple application that uses the excellent SQLAlchemy connection pool to incorporate a it to django. All work is based on https://github.com/kennethreitz/django-postgrespool/\n\n**Note:** currently only been tested with postgresql, but in theory it should work perfectly with mysql and sqlite3.\n\n\nHow to install\n--------------\n\nRun ``python setup.py install`` to install, or place ``djorm_pool`` on your Python path.\n\nYou can also install it with: ``pip install djorm-ext-pool``\n\nHow use it?\n-----------\n\nVery simple, put ``djorm_pool`` in your ``INSTALLED_APPS`` settings:\n\n.. code-block:: python\n\n # settings.py\n\n INSTALLED_APPS = (\n 'djorm_pool',\n ...\n )\n\n\nYou can add options to sqlalchemy connection pool adding them in the settings \"DJORM_POOL_OPTIONS\".\n\nExample:\n\n.. code-block:: python\n\n DJORM_POOL_OPTIONS = {\n \"pool_size\": 20,\n \"max_overflow\": 0,\n \"recycle\": 3600, # the default value\n }\n\n\nAlso, can activate the pessimistic connection handling with **DJORM_POOL_PESSIMISTIC**:\n\n.. code-block:: python\n\n # With this settings, every checkout of a connection from a pool\n # executes an additional query for check the connection state.\n DJORM_POOL_PESSIMISTIC = True\n\n\n\n.. image:: https://d2weczhvl823v0.cloudfront.net/djangonauts/djorm-ext-pool/trend.png\n :alt: Bitdeli badge\n :target: https://bitdeli.com/free\n\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/djangonauts/djorm-ext-pool", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "djorm-ext-pool", "package_url": "https://pypi.org/project/djorm-ext-pool/", "platform": "OS Independent", "project_url": "https://pypi.org/project/djorm-ext-pool/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/djangonauts/djorm-ext-pool" }, "release_url": "https://pypi.org/project/djorm-ext-pool/0.8.2/", "requires_dist": null, "requires_python": null, "summary": "DB-API2 connection pool for Django (for postgresql, mysql and sqlite)", "version": "0.8.2" }, "last_serial": 1124985, "releases": { "0.4.0": [ { "comment_text": "", "digests": { "md5": "80a3facabdfda60643e175894aa04dc0", "sha256": "3a4dcde6c70d46431eb3d36e9124380a84233aac36d5016f3d586168b4c7a6c4" }, "downloads": -1, "filename": "djorm-ext-pool-0.4.0.tar.gz", "has_sig": false, "md5_digest": "80a3facabdfda60643e175894aa04dc0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1621, "upload_time": "2012-10-01T18:37:40", "url": "https://files.pythonhosted.org/packages/e9/d3/d61dfbbf416203f04d3701e20546e3d21ec0849eb410d285f65386c875c1/djorm-ext-pool-0.4.0.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "25d81bda1747d96d5848c181bdc3ef8a", "sha256": "ceb0db6c9fd06684ea9596f380aa29377146bbc3ba09ce1d543404be799bddd5" }, "downloads": -1, "filename": "djorm-ext-pool-0.5.tar.gz", "has_sig": false, "md5_digest": "25d81bda1747d96d5848c181bdc3ef8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2338, "upload_time": "2012-12-19T23:03:10", "url": "https://files.pythonhosted.org/packages/99/b8/5966fc8b44680ae401964f99fd0e578d2e56eaed9b7ac3c26cff1afaa1fb/djorm-ext-pool-0.5.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "ae0a46f43139382cb2d9af9ea403eab9", "sha256": "aac7648a54667f2955b13a2330d374c8ae41c10dedf02520b4603b289b85c474" }, "downloads": -1, "filename": "djorm-ext-pool-0.6.tar.gz", "has_sig": false, "md5_digest": "ae0a46f43139382cb2d9af9ea403eab9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2403, "upload_time": "2013-02-18T15:29:05", "url": "https://files.pythonhosted.org/packages/c2/44/74e7074b540d68c86685fb4cadf897dda42ceab7637ac402279bbdb10c33/djorm-ext-pool-0.6.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "607d750253c51adf6ec8f6631e2d482b", "sha256": "87e0f0e5494e62597767707bf4fe3630989812f900bdcdb6d1f759fd3ea43119" }, "downloads": -1, "filename": "djorm-ext-pool-0.7.tar.gz", "has_sig": false, "md5_digest": "607d750253c51adf6ec8f6631e2d482b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2784, "upload_time": "2013-04-25T20:52:31", "url": "https://files.pythonhosted.org/packages/27/30/7a6775493bf324ec4929d870840a819bb6beb451f15b31f82172dd60a45c/djorm-ext-pool-0.7.tar.gz" } ], "0.8": [ { "comment_text": "", "digests": { "md5": "bff8bf32ee3f7cde02589788a778939f", "sha256": "99482c7bf9b477c8e9b8876b359d4aaa9f9fb5999fba87651073a49aaae07554" }, "downloads": -1, "filename": "djorm-ext-pool-0.8.tar.gz", "has_sig": false, "md5_digest": "bff8bf32ee3f7cde02589788a778939f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2779, "upload_time": "2013-06-06T15:20:59", "url": "https://files.pythonhosted.org/packages/17/83/678ca70491a4d581cec752378ad74eb8aa1ab5ba71dc718c109fc9dbfd0b/djorm-ext-pool-0.8.tar.gz" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "71d04c6e4972bf4cc5ce61cd3ed4f4eb", "sha256": "1593de32f9563ff40d042cbec77d2fea72939c8b3bc39d6972daadaacbf2c6d8" }, "downloads": -1, "filename": "djorm-ext-pool-0.8.1.tar.gz", "has_sig": false, "md5_digest": "71d04c6e4972bf4cc5ce61cd3ed4f4eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2770, "upload_time": "2014-01-04T16:35:59", "url": "https://files.pythonhosted.org/packages/ee/cd/13ebd239ee3d23d604ce9b55138c022e92cc1f5f9270b07ca78b261934fe/djorm-ext-pool-0.8.1.tar.gz" } ], "0.8.2": [ { "comment_text": "", "digests": { "md5": "ed98ec6512817017eb8f8045186c71b8", "sha256": "1c6d4df714ebfb302d9eef61203d25e2fe40a316fcfa92dec36c2599d40547a6" }, "downloads": -1, "filename": "djorm-ext-pool-0.8.2.tar.gz", "has_sig": false, "md5_digest": "ed98ec6512817017eb8f8045186c71b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2877, "upload_time": "2014-06-14T19:20:05", "url": "https://files.pythonhosted.org/packages/83/89/e5a5ff8c3f1174d885946dc0f03caf0e2e76618a45ea98d2808bda879eb9/djorm-ext-pool-0.8.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ed98ec6512817017eb8f8045186c71b8", "sha256": "1c6d4df714ebfb302d9eef61203d25e2fe40a316fcfa92dec36c2599d40547a6" }, "downloads": -1, "filename": "djorm-ext-pool-0.8.2.tar.gz", "has_sig": false, "md5_digest": "ed98ec6512817017eb8f8045186c71b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2877, "upload_time": "2014-06-14T19:20:05", "url": "https://files.pythonhosted.org/packages/83/89/e5a5ff8c3f1174d885946dc0f03caf0e2e76618a45ea98d2808bda879eb9/djorm-ext-pool-0.8.2.tar.gz" } ] }