Skip to content

Releases: tursodatabase/libsql-shell-go

v0.2.0

16 Mar 21:58
Compare
Choose a tag to compare

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

v0.1.0

08 Mar 15:27
Compare
Choose a tag to compare
  • Simple shell that works with Turso and SQLite
  • Feature parity with turso-cli shell
  • --exec/-e flag to execute a command and leave
  • --quiet/-q to quietly enter shell