Neha Patil (Editor)

Sqsh

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Stable release
  
2.5.16.1 / 2014-04-14

Type
  
SQL

Written in
  
C

License
  
GNU General Public License

Sqsh (pronounced skwish), short for SQSHell (pronounced s-q-shell), is an open source substitute for isql, the interactive SQL client supplied with Sybase's Adaptive Server Enterprise (ASE) relational database management system. Besides supporting or emulating most of the features that isql provides, sqsh provides a reasonably rich set of features that users have been asking of isql for the last couple of years.

isql and sqsh are, essentially, rudimentary command-line tools for issuing Transact-SQL commands to an ASE Server and receiving and displaying results.

Sqsh supports, among others, command history, aliases and piping output to or from external programs and sources. It runs on various flavours of Unix, including Linux as well as Windows through the Cygwin libraries.

References

Sqsh Wikipedia


Similar Topics