Releases: tursodatabase/libsql-shell-go
Releases · tursodatabase/libsql-shell-go
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