{ "info": { "author": "Weiyi Yin", "author_email": "", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Easy Database Access through SqlAlchemy\n\nPurpose of this simplify access process to different types of databases through SQLAlchemy\n\n## Installation\n\nCopy the repo and run a \n\n```\npip install db-access\n```\n\nin the root directory of the repo.\n\nYou may also need to install other applications on your computer for these connections to work (i.e. drivers). You can find the links to each of the driver installations below.\n\n## Databases Support\n\nSo far the package supports the following databases:\n\n* [Oracle](https://cx-oracle.readthedocs.io/en/latest/installation.html#install-oracle-instant-client)\n* [MS SQL](https://github.com/mkleehammer/pyodbc/wiki/Connecting-to-SQL-Server-from-Mac-OSX)\n* MySQL\n* Impala\n\nFeel free to let me know if there is a need for additional database coverage\n\n## Use\n\nImport the corresponding class for the database type you are connecting to and add the required login info. From the object, you can create a SQLAlchemy engine and get that engine. You can also get specific sqlalchemy.Table objects from that connection.\n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/weiyiyin0321/easy_db_access.git", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "db-access", "package_url": "https://pypi.org/project/db-access/", "platform": "", "project_url": "https://pypi.org/project/db-access/", "project_urls": { "Homepage": "https://github.com/weiyiyin0321/easy_db_access.git" }, "release_url": "https://pypi.org/project/db-access/0.1.2/", "requires_dist": [ "cx-Oracle", "pyodbc", "sqlalchemy", "impyla", "pymysql" ], "requires_python": "", "summary": "Easy db access through sqlalchemy", "version": "0.1.2" }, "last_serial": 5432298, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "4213dee47e8d72ec1fb7bb4832b5c57f", "sha256": "2704f12c438434597954bc53f337fb43df4b66e89d833e8014a2c5b08388b483" }, "downloads": -1, "filename": "db_access-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "4213dee47e8d72ec1fb7bb4832b5c57f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3856, "upload_time": "2019-06-21T18:41:34", "url": "https://files.pythonhosted.org/packages/75/36/d9de9da36e07b5659790e651e2a7cd1d90f0ee6c46d2463a1f35300ea6cc/db_access-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4132cd00d1540f2b746d410fb7b65061", "sha256": "b363afd407187af5c888d310144ae69f6dfe4f929a02b00dff861950b13652ca" }, "downloads": -1, "filename": "db_access-0.1.2.tar.gz", "has_sig": false, "md5_digest": "4132cd00d1540f2b746d410fb7b65061", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2755, "upload_time": "2019-06-21T18:41:36", "url": "https://files.pythonhosted.org/packages/a6/70/f5ed9fa027e71679c9805b3dcc06a6fd737b12163dcb78248359766965c5/db_access-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4213dee47e8d72ec1fb7bb4832b5c57f", "sha256": "2704f12c438434597954bc53f337fb43df4b66e89d833e8014a2c5b08388b483" }, "downloads": -1, "filename": "db_access-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "4213dee47e8d72ec1fb7bb4832b5c57f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3856, "upload_time": "2019-06-21T18:41:34", "url": "https://files.pythonhosted.org/packages/75/36/d9de9da36e07b5659790e651e2a7cd1d90f0ee6c46d2463a1f35300ea6cc/db_access-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4132cd00d1540f2b746d410fb7b65061", "sha256": "b363afd407187af5c888d310144ae69f6dfe4f929a02b00dff861950b13652ca" }, "downloads": -1, "filename": "db_access-0.1.2.tar.gz", "has_sig": false, "md5_digest": "4132cd00d1540f2b746d410fb7b65061", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2755, "upload_time": "2019-06-21T18:41:36", "url": "https://files.pythonhosted.org/packages/a6/70/f5ed9fa027e71679c9805b3dcc06a6fd737b12163dcb78248359766965c5/db_access-0.1.2.tar.gz" } ] }