{ "info": { "author": "Lykos94", "author_email": "lukaszmoskwa94@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: Unix", "Programming Language :: Python :: 3" ], "description": "# dbcurses\n\nThis application has been realized mainly inspired by sqlcrush (https://github.com/coffeeandscripts/sqlcrush). \nThe reason why I decided to create my own version of the application is the need to comfortably display the data in the MySQL database (in a SSH connection) without manually performing SELECTs, and I wasn't able to do so with sqlcrush (the project no longer seems to be maintained). Another reason is that there is no need to install postgresql. \n\nHowever, this project has far less functionality than sqlcrush for the time being and is only used to display data in the database. **Actually, only MySQL is supported.**\n\n\n![screen](https://raw.githubusercontent.com/Lykos94/dbcurses/master/screenshot.png)\n\n\n### Install\n\nTo install this application you can proceed with \n\n```bash\n\npip3 install dbcurses\n\n```\nor clone this repo and install manually. \n\n\n### Documentation\n\nThe following are the commands for moving through the application:\n\n+ ```SPACEBAR``` open the menu with the list of all the tables in the database\n+ ``` j/k``` or ```ARROW_DOWN/ARROW_UP``` to scroll through tables and rows\n+ ``` h/l``` or ```ARROW_LEFT/ARROW_RIGHT``` to laterally scroll columns\n+ ``` +/-``` to increase/decrease the size of a single column \n+ ``` ESC``` to quit the space menu\n+ ``` q ``` to quit the application\n\n\n\n\n### Requirements\n\nFor Ubuntu server be sure unixodbc-dev is installed. If not:\n\n```bash\nsudo apt-get install unixodbc-dev\n```\n\n### Future work\n\nThe following features will be added later:\n\n+ Performing database queries\n+ Search by column to filter results with shortcuts\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/Lykos94/dbcurses", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "dbcurses", "package_url": "https://pypi.org/project/dbcurses/", "platform": "", "project_url": "https://pypi.org/project/dbcurses/", "project_urls": { "Homepage": "https://github.com/Lykos94/dbcurses" }, "release_url": "https://pypi.org/project/dbcurses/0.0.1/", "requires_dist": null, "requires_python": ">=3.6", "summary": "Curses-based application for database visualization", "version": "0.0.1" }, "last_serial": 5930460, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "dde1834a651a43a0f8effceb7c97eb0a", "sha256": "d491ab6deed314377ec6a78ef55296da31afc596aa77ed4277db384b6ddb0183" }, "downloads": -1, "filename": "dbcurses-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "dde1834a651a43a0f8effceb7c97eb0a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 18962, "upload_time": "2019-10-04T22:24:38", "url": "https://files.pythonhosted.org/packages/e0/d5/9ce7c7f33febba1b25b68035e9d9ccee803ea38b4653227bce4bb8f388a5/dbcurses-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b6667e0994b302d28f98ea8c4f138fdd", "sha256": "d4ea27832acfddf762891073c3a4ee732b55ad69ffd2ba93253d6cb1707770d8" }, "downloads": -1, "filename": "dbcurses-0.0.1.tar.gz", "has_sig": false, "md5_digest": "b6667e0994b302d28f98ea8c4f138fdd", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 5077, "upload_time": "2019-10-04T22:24:41", "url": "https://files.pythonhosted.org/packages/fb/99/c89485af0bbd24c55a8a8271ba6fb1430f096e07aaef6deea088584c6265/dbcurses-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "dde1834a651a43a0f8effceb7c97eb0a", "sha256": "d491ab6deed314377ec6a78ef55296da31afc596aa77ed4277db384b6ddb0183" }, "downloads": -1, "filename": "dbcurses-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "dde1834a651a43a0f8effceb7c97eb0a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 18962, "upload_time": "2019-10-04T22:24:38", "url": "https://files.pythonhosted.org/packages/e0/d5/9ce7c7f33febba1b25b68035e9d9ccee803ea38b4653227bce4bb8f388a5/dbcurses-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b6667e0994b302d28f98ea8c4f138fdd", "sha256": "d4ea27832acfddf762891073c3a4ee732b55ad69ffd2ba93253d6cb1707770d8" }, "downloads": -1, "filename": "dbcurses-0.0.1.tar.gz", "has_sig": false, "md5_digest": "b6667e0994b302d28f98ea8c4f138fdd", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 5077, "upload_time": "2019-10-04T22:24:41", "url": "https://files.pythonhosted.org/packages/fb/99/c89485af0bbd24c55a8a8271ba6fb1430f096e07aaef6deea088584c6265/dbcurses-0.0.1.tar.gz" } ] }