schema-compare


Nameschema-compare JSON
Version 1.0.9 PyPI version JSON
download
home_page
SummaryCompare database schemas
upload_time2022-12-08 12:16:58
maintainer
docs_urlNone
author
requires_python>=3.9
licenseCopyright 2022 Miguel Cardoso Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords database schema
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Schema Compare
Schema compare is a simple utility tool with the sole goal of comparing schemas between two databases. Currently it only supports postgresql.


### Installation
You can install Schema Compare from PyPi:

    pip install schema-compare

### How to use

1. Define config.toml file
2. python schema-compare {{config.toml path}}


### Configuration file

    [source]
    username = ....
    password = ....
    hostname = ....
    database = ....

    [target]
    username = ....
    password = ....
    hostname = ....
    database = ....

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "schema-compare",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "database,schema",
    "author": "",
    "author_email": "Miguel Cardoso <msd.cardoso@hotmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/c5/14/45ad788d9005677b904ff1778191a6fecc2f9e270714b3fced4e73dd2a2a/schema-compare-1.0.9.tar.gz",
    "platform": null,
    "description": "# Schema Compare\nSchema compare is a simple utility tool with the sole goal of comparing schemas between two databases. Currently it only supports postgresql.\n\n\n### Installation\nYou can install Schema Compare from PyPi:\n\n    pip install schema-compare\n\n### How to use\n\n1. Define config.toml file\n2. python schema-compare {{config.toml path}}\n\n\n### Configuration file\n\n    [source]\n    username = ....\n    password = ....\n    hostname = ....\n    database = ....\n\n    [target]\n    username = ....\n    password = ....\n    hostname = ....\n    database = ....\n",
    "bugtrack_url": null,
    "license": "Copyright 2022 Miguel Cardoso  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "Compare database schemas",
    "version": "1.0.9",
    "split_keywords": [
        "database",
        "schema"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "3d0281d98a074e4cb10973e7c1071339",
                "sha256": "da6f2cdd9b2c66749b7d6ab3ad8dcadefe88240b76462ad39edc9e7ce79f1ed4"
            },
            "downloads": -1,
            "filename": "schema_compare-1.0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3d0281d98a074e4cb10973e7c1071339",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 5596,
            "upload_time": "2022-12-08T12:16:57",
            "upload_time_iso_8601": "2022-12-08T12:16:57.573804Z",
            "url": "https://files.pythonhosted.org/packages/5c/ef/3f6b1283ba8e44f8bdd44ec25491060616de65815033896ac456e216746e/schema_compare-1.0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "1f18ac607d26a18010561bf560cf9f2d",
                "sha256": "1e192fbd28969ee3b05080fb1491aa100502a66ec53f611b8085fac0308e07a8"
            },
            "downloads": -1,
            "filename": "schema-compare-1.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "1f18ac607d26a18010561bf560cf9f2d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 4791,
            "upload_time": "2022-12-08T12:16:58",
            "upload_time_iso_8601": "2022-12-08T12:16:58.715204Z",
            "url": "https://files.pythonhosted.org/packages/c5/14/45ad788d9005677b904ff1778191a6fecc2f9e270714b3fced4e73dd2a2a/schema-compare-1.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-08 12:16:58",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "schema-compare"
}
        
Elapsed time: 0.01963s