Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 586 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 586 Bytes

lunasql

Another positive and fun Java JDBC SQL shell client. Designed to automate database tasks and to prototype database applications before real implementation.

Features :

  • sends SQL commands to database server,
  • adds predefined useful commands and macros,
  • is highly configurable by command line or file,
  • accepts user-defined macros and command plugins,
  • evaluates expressions by JSR-223,
  • embeds a minimalistic graphical IDE,
  • includes an HTTP server for remote querying,
  • only one jar file

This repository lists some code examples of LunaSQL.