Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@luisfvieirasilva luisfvieirasilva released this 16 Mar 21:58
· 135 commits to main since this release

New features

  • .help command to list all possible commands
  • .read FILE command to read an SQL file
  • New shell history. Library has 3 different ways to setup shell history. libsql-shell uses per database history, that means that each database opened has its own history
    • single history
    • per database history
    • per directory location history

Changes

  • Project restructure
    • Splits old lib package into shell and libsql
    • Removes src/ directory
  • Rename module to github.com/libsql/libsql-shell-go