{ "info": { "author": "AmvTek developers", "author_email": "devel@amvtek.com", "bugtrack_url": null, "classifiers": [], "description": "#######\nSqlMake\n#######\n\nCommand line tool that builds a SQL schema from a set of sql files.\n\nWho needs SqlMake ?\n===================\n\nYou will benefit from SqlMake if you are confortable with SQL and see the value\nof defining your sql schemas (tables, stored functions, indexes, roles...)\ndirectly in sql and not through an ORM system like the Django ORM, SqlAlchemy or\nHibernate to name a few.\n\nWhat SqlMake allows you to do is to split your SQL schema accross multiples sql\nfiles accurately defining **dependencies** which may exist in between such files by\nmean of special SQL comments. When in need to recreate your database schema, the\n**sqlmake** tool will collect all files resources that composes the schema,\nparse them and emit the SQL commands they contain in optimal order so as to\nrespect the dependencies that have been defined. \n\nOnce your schema has been split in between several files, it will be very easy\nto read and maintain. If you archive it in a version control system like git,\nsubversion or mercurial it will also be very easy to prepare **migration**\nscripts.\n\nMore documentation at : http://sqlmake.readthedocs.org/en/latest/", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/amvtek/SqlMake/", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "SqlMake", "package_url": "https://pypi.org/project/SqlMake/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/SqlMake/", "project_urls": { "Homepage": "https://github.com/amvtek/SqlMake/" }, "release_url": "https://pypi.org/project/SqlMake/0.2.3/", "requires_dist": null, "requires_python": null, "summary": "Command line tool to build a sql schema", "version": "0.2.3" }, "last_serial": 1213826, "releases": { "0.2.1": [ { "comment_text": "", "digests": { "md5": "39d16a7cc20c0953e139e0440e13c4e5", "sha256": "1d9bebd87cafa3d9f1ec66e4ee62de5e0a5c4fcc1b062ebdc83628d68419cf08" }, "downloads": -1, "filename": "SqlMake-0.2.1.tar.gz", "has_sig": false, "md5_digest": "39d16a7cc20c0953e139e0440e13c4e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6232, "upload_time": "2014-07-19T14:58:04", "url": "https://files.pythonhosted.org/packages/63/d1/78d89324edd5c9ffb04777ac88a2776dc5509b92b18a0db5ad9c6cac0128/SqlMake-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "4942e34dc464bccee6ca8e5512a8b7bc", "sha256": "c31a3f35988535ac3a8a4700ebd3ee5f72875100487b826dd2ed224f1af91c38" }, "downloads": -1, "filename": "SqlMake-0.2.2.tar.gz", "has_sig": false, "md5_digest": "4942e34dc464bccee6ca8e5512a8b7bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4664, "upload_time": "2014-07-21T13:56:24", "url": "https://files.pythonhosted.org/packages/cc/96/ba3d0ef420d3ecf97574f3c5f5ab62898731ee4d19d870c34a4facb37fdc/SqlMake-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "bdffbeea42daee779e1a3d7bd61c6261", "sha256": "4883ed2d4556abe9c333b32c961e4a95bb58304a12c0df375d324b411fa89221" }, "downloads": -1, "filename": "SqlMake-0.2.3.tar.gz", "has_sig": false, "md5_digest": "bdffbeea42daee779e1a3d7bd61c6261", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12390, "upload_time": "2014-09-05T07:57:34", "url": "https://files.pythonhosted.org/packages/fe/ae/5888d1517a95303480fb14d85dc3862542a0903f4b37f938171e33802fff/SqlMake-0.2.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bdffbeea42daee779e1a3d7bd61c6261", "sha256": "4883ed2d4556abe9c333b32c961e4a95bb58304a12c0df375d324b411fa89221" }, "downloads": -1, "filename": "SqlMake-0.2.3.tar.gz", "has_sig": false, "md5_digest": "bdffbeea42daee779e1a3d7bd61c6261", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12390, "upload_time": "2014-09-05T07:57:34", "url": "https://files.pythonhosted.org/packages/fe/ae/5888d1517a95303480fb14d85dc3862542a0903f4b37f938171e33802fff/SqlMake-0.2.3.tar.gz" } ] }