Releases: tursodatabase/libsql-shell-go
Releases · tursodatabase/libsql-shell-go
Release list
v0.2.0
New features
.helpcommand to list all possible commands.read FILEcommand to read an SQL file- New shell history. Library has 3 different ways to setup shell history.
libsql-shelluses 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
libpackage intoshellandlibsql - Removes
src/directory
- Splits old
- Rename module to
github.com/libsql/libsql-shell-go
v0.1.0
- Simple shell that works with Turso and SQLite
- Feature parity with turso-cli shell
--exec/-eflag to execute a command and leave--quiet/-qto quietly enter shell