{ "info": { "author": "Opbeat", "author_email": "benjamin@opbeat.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Django", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "django-postgres-readonly\n========================\n\nA readonly database backend for Django and PostgreSQL. It does this by setting\nthe connection to \"readonly\".\n\n\nUsage\n-----\n\nTo configure a read-only database connection, add an entry to your ``DATABASES``\nsetting that uses `django_postgres_readonly` as the engine::\n\n DATABASES = {\n 'default': {\n 'NAME': 'my_django_db',\n 'ENGINE': 'django.db.backends.postgresql',\n 'USER': 'my_db_user',\n 'PASSWORD': 'my_password'\n },\n 'readonly': {\n 'NAME': 'my_django_db',\n 'ENGINE': 'django_postgres_readonly',\n 'USER': 'my_db_user',\n 'PASSWORD': 'my_password'\n }\n }\n\n\nCaveats\n-------\n\nThis backend is not meant to provide security against willful bad actors. Its\nmain reason of existence is to protect you against your own mistakes.\n\nIf you need secure way for read-only connections, you should probably\nlook into creating a separate user and grant it ``SELECT`` rights only.", "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/opbeat/django-postgres-readonly", "keywords": "django postgres", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-postgres-readonly", "package_url": "https://pypi.org/project/django-postgres-readonly/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-postgres-readonly/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/opbeat/django-postgres-readonly" }, "release_url": "https://pypi.org/project/django-postgres-readonly/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "A backend for Django and Postgres that sets up a readonly connection", "version": "1.0.0" }, "last_serial": 2136576, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "45d705d33ffe9791a478f16e13b434db", "sha256": "114e158ca38a157b7453d614aa9a9fd82646f0b5a91bbe0a496c4b3a1a852dfc" }, "downloads": -1, "filename": "django_postgres_readonly-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "45d705d33ffe9791a478f16e13b434db", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3830, "upload_time": "2016-05-27T09:37:31", "url": "https://files.pythonhosted.org/packages/a5/fa/99acbc56aae92cf9d1b48da42a6685178c4b90a62cdcf5e677728f8255de/django_postgres_readonly-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ee96e93b4c9d4b7fa40ee5e11ab19ab2", "sha256": "198eef0319f72225c23786203c4520a3a249bb4d83bd9066b2ac1c550073433c" }, "downloads": -1, "filename": "django-postgres-readonly-1.0.0.tar.gz", "has_sig": false, "md5_digest": "ee96e93b4c9d4b7fa40ee5e11ab19ab2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2819, "upload_time": "2016-05-27T09:37:18", "url": "https://files.pythonhosted.org/packages/53/be/d210ccece0088aec806d209afa80249cce953b007909421091a30fdf8cdc/django-postgres-readonly-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "45d705d33ffe9791a478f16e13b434db", "sha256": "114e158ca38a157b7453d614aa9a9fd82646f0b5a91bbe0a496c4b3a1a852dfc" }, "downloads": -1, "filename": "django_postgres_readonly-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "45d705d33ffe9791a478f16e13b434db", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3830, "upload_time": "2016-05-27T09:37:31", "url": "https://files.pythonhosted.org/packages/a5/fa/99acbc56aae92cf9d1b48da42a6685178c4b90a62cdcf5e677728f8255de/django_postgres_readonly-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ee96e93b4c9d4b7fa40ee5e11ab19ab2", "sha256": "198eef0319f72225c23786203c4520a3a249bb4d83bd9066b2ac1c550073433c" }, "downloads": -1, "filename": "django-postgres-readonly-1.0.0.tar.gz", "has_sig": false, "md5_digest": "ee96e93b4c9d4b7fa40ee5e11ab19ab2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2819, "upload_time": "2016-05-27T09:37:18", "url": "https://files.pythonhosted.org/packages/53/be/d210ccece0088aec806d209afa80249cce953b007909421091a30fdf8cdc/django-postgres-readonly-1.0.0.tar.gz" } ] }