Jisql is a Java based utility to provide a command line interactive session with a SQL server. It can connect to any database with a JDBC driver.
Features
- Simple command line tool
- Connects to any database with a JDBC driver
- Multiple output formats
- Custom output formats
License
Apache License V2.0Follow jisql
nel_h2
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
The very straightforward SQL command line ans scripting tool I was looking for! An easy solution when installing a Gui tool (e.g. SQuirreL) is not possible or when the tool provided with the database (e.g. STRSQL with AS400) is a pain. Sounds immediatly familiar if you are used to Oracle sql*plus, Sybase / SQL Server isql or Postresql psql. Good job.