The Wayback Machine - https://web.archive.org/web/20210103090702/https://github.com/wanzysky/isqi
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

isqi Build Status

Better database console

Screenshot

QuickStart

Linux

\curl -sSL http://dwz.cn/isqimacv1 | bash -s stable

MacOS

\curl -sSL http://dwz.cn/isqilinuxv1 | bash -s stable

description

Usage:
	isqi -p <PASSWD>

Options:
	-h Database host address, default 'localhost'
	-u Username of database user, default 'root'
	-p Password of database user, default use no password
	-d Database name of your choice, databases will be listed by default
	-c Path to your YAML configuration file, this will overwrite command line options
	-a Adapter of database
	--rails Get configurations from rails app database configuration file
	--help Show usages

Rutime Operations:
  [S]             Search in list
  [C]             Choose by line number from list or table
  [DirectionKeys] Move cursor
  [C-f]           Page down
  [C-b]           Page up
  [D]             Current Line Detail
  [Enter]         Choose currently hilighted line or row
  [Esc]           Back to previous window
  [C-c]           Exit

TODO

  • Multiple Adapters Support

  • SQL Autocomplement

More

For more informations please visit https://github.com/wanzysky/isqi

Bug reporting & feature request: https://github.com/wanzysky/isqi/issues

Author connection: i@wanzy.me

You can’t perform that action at this time.