Releases: tursodatabase/libsql-shell-go
Releases · tursodatabase/libsql-shell-go
v0.2.0
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 intoshell
andlibsql
- Removes
src/
directory
- Splits old
- Rename module to
github.com/libsql/libsql-shell-go