{ "info": { "author": "Andrey Golovizin", "author_email": "golovizin@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Utilities" ], "description": "=============\ndjango-dumpdb\n=============\n\n``django-dumpdb`` saves and restored the contents of the database in a simple database-independent format.\n\nIt is designed to be fast and memory efficient, and can handle a database of\nANY size, in a reasonable time, with a fixed memory footprint.\n\n\nFeatures\n========\n\n* Stream-oriented file format.\n* Accesses the database directly, bypassing the ORM layer for better performance.\n* Uses server-side database cursors to preserve memory.\n* Can hanldle data with ``ForeignKey('self')`` and forward references.\n\n\nSupported database backends\n===========================\n\n``django-dumpdb`` uses server-side cursors and deferred foreign key checks, which\nis not supported by Django as of now. Therefore, it has to use some DB-specific\ncode. The following database backends are currently supported:\n\n* ``postgresql_psycopg2``\n* ``mysql``\n* ``sqlite``\n\n\nInstallation\n============\n\nAdd ``django_dumpdb`` to your ``INSTALLED_APPS``.\n\n\nUsage\n=====\n\n::\n\n manage.py dumpdb > db.dump\n manage.py restoredb < db.dump\n\nOr even::\n\n ssh remotehost /var/www/myproject/manage.py dumpdb | manage.py restoredb\n\n``django-dumpdb`` can also be used to migrate the data to another database (for\nexample, from MySQL to PostgreSQL).\n\n\nDisclaimer\n==========\n\nUSE THIS AT YOUR OWN RISK! THIS SOFTWARE MAY CONTAIN BUGS, AND MAY DESTROY YOUR\nDATA AND KILL YOUR PARENTS, EVEN IF USED CORRECTLY. YOU HAVE BEEN WARNED!", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/ero-sennin/django-dumpdb", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-dumpdb", "package_url": "https://pypi.org/project/django-dumpdb/", "platform": "platform-independent", "project_url": "https://pypi.org/project/django-dumpdb/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/ero-sennin/django-dumpdb" }, "release_url": "https://pypi.org/project/django-dumpdb/0.1/", "requires_dist": null, "requires_python": null, "summary": "A better, faster, stronger alternative for manage.py dumpdata", "version": "0.1" }, "last_serial": 1982779, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "3e0507bda5f5ebe17eb65ae6eef57bcd", "sha256": "ae88f255e97928e10453ec85fc7ac0ec2d4293534bcf51a8906c02575308a723" }, "downloads": -1, "filename": "django-dumpdb-0.1.tar.gz", "has_sig": false, "md5_digest": "3e0507bda5f5ebe17eb65ae6eef57bcd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8545, "upload_time": "2011-06-10T09:30:39", "url": "https://files.pythonhosted.org/packages/5c/4d/6d81b99bcaf6cd92215de47f810595c06896205d45c9a575cb67f1a7efd8/django-dumpdb-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3e0507bda5f5ebe17eb65ae6eef57bcd", "sha256": "ae88f255e97928e10453ec85fc7ac0ec2d4293534bcf51a8906c02575308a723" }, "downloads": -1, "filename": "django-dumpdb-0.1.tar.gz", "has_sig": false, "md5_digest": "3e0507bda5f5ebe17eb65ae6eef57bcd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8545, "upload_time": "2011-06-10T09:30:39", "url": "https://files.pythonhosted.org/packages/5c/4d/6d81b99bcaf6cd92215de47f810595c06896205d45c9a575cb67f1a7efd8/django-dumpdb-0.1.tar.gz" } ] }