1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: sqsh
Section: utils
Priority: optional
Maintainer: Steve Langasek <vorlon@debian.org>
Build-Depends: debhelper (>= 8.9.4~), freetds-dev (>= 0.63), lesstif2-dev, libreadline-dev, autotools-dev
Build-Conflicts: tcl-dev
Standards-Version: 3.9.2
Homepage: http://sourceforge.net/projects/sqsh/
Vcs-Bzr: nosmart+http://bzr.debian.org/bzr/users/vorlon/sqsh/trunk/
Vcs-Browser: http://anonscm.debian.org/loggerhead/users/vorlon/sqsh/trunk/
Package: sqsh
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: commandline SQL client for MS SQL and Sybase servers
sqsh is a flexible commandline utility that uses the freetds libraries
to connect to Sybase or Microsoft SQL servers. It is a useful debugging
tool for identifying problems with other SQL applications, and it can be
used as a productivity tool in its own right: unlike most SQL CLIs, sqsh's
interactive shell lets you pipe the output of SQL queries directly to other
Unix commands for further processing.
|