首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > This is a MySQL client based upon psh (Perl Shell)

This is a MySQL client based upon psh (Perl Shell)

资 源 简 介

moved to bitbucket! https://bitbucket.org/bandrewfox/psh-mysql-client/overview The default MySQL client is nice, but I wanted to add some features to it, like command aliases. I also wanted to be able to be in my normal shell and quickly grab stuff from a MySQL table without switching terminals. So, I wrote a couple extensions to the psh (Perl Shell). Two new commands are "dls" and "dhead". dls lists all the tables in the current database, but feels like a "ls -ltr" in that it sorts them by last-modified time and shows the sizes. "dhead" just peeks at the top 10 records of a table, and it compresses long fields when possible so that it can try to fit on a page. This is an alpha version but I use it quite a bit.

文 件 列 表

Db.pm
Dbcore.pm
Sql.pm
readme.txt
pshrc
VIP VIP
0.177247s