Curses-based application for database visualization
Project description
dbcurses
This application has been realized mainly inspired by sqlcrush (https://github.com/coffeeandscripts/sqlcrush). The 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.
However, 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.
Install
To install this application you can proceed with
pip3 install dbcurses
or clone this repo and install manually.
Documentation
The following are the commands for moving through the application:
SPACEBAR
open the menu with the list of all the tables in the databasej/k
orARROW_DOWN/ARROW_UP
to scroll through tables and rowsh/l
orARROW_LEFT/ARROW_RIGHT
to laterally scroll columns+/-
to increase/decrease the size of a single columnESC
to quit the space menuq
to quit the application
Requirements
For Ubuntu server be sure unixodbc-dev is installed. If not:
sudo apt-get install unixodbc-dev
Future work
The following features will be added later:
- Performing database queries
- Search by column to filter results with shortcuts
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file dbcurses-0.0.1.tar.gz
.
File metadata
- Download URL: dbcurses-0.0.1.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4ea27832acfddf762891073c3a4ee732b55ad69ffd2ba93253d6cb1707770d8 |
|
MD5 | b6667e0994b302d28f98ea8c4f138fdd |
|
BLAKE2b-256 | fb99c89485af0bbd24c55a8a8271ba6fb1430f096e07aaef6deea088584c6265 |
File details
Details for the file dbcurses-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: dbcurses-0.0.1-py3-none-any.whl
- Upload date:
- Size: 19.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d491ab6deed314377ec6a78ef55296da31afc596aa77ed4277db384b6ddb0183 |
|
MD5 | dde1834a651a43a0f8effceb7c97eb0a |
|
BLAKE2b-256 | e0d59ce7c7f33febba1b25b68035e9d9ccee803ea38b4653227bce4bb8f388a5 |