Giter VIP home page Giter VIP logo

jsqsh's Introduction

Welcome to JSqsh

JSqsh (pronounced jay-skwish) is short for Java SQl Shell, a console based tool that allows the ability to query a database with functionality of your typical shell, such as command line editing, tab completion, variable expansion, redirection of output to files, or the ability to pipe the output of the query execution to an external program (grep, more, etc.).

Awesome Screenshot

JSqsh has extensive built-in documentation, however for those that prefer point-and-click learning, you can get an introduction to jsqsh using the jsqsh wiki:

I totally welcome contributions, questions, and feedback. Feel free to contact me at scottgray1-at-gmail.com.

Licensing

JSqsh is held under the Apache License Version 2.0. The details of the license are available in the LICENSE file included herein.

99.9% Pure

The core of jsqsh is Java, meaning that it should compile on virtually any platform that Java runs on. However, there are two features of jsqsh that are provided via an additional (optional) layer that is written in C. These features are:

  • Command line editing (a.k.a "readline")
  • Execution of external programs that require terminal control

The second bullet means that without the C layer, programs that jsqsh spawns that need to control the terminal (such as a text editor) or query the terminal's size (such as 'more') will not function properly.

jsqsh's People

Contributors

scgray avatar scottwakeling avatar gmlewis avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.