tursodatabase / libsql-shell-go

7 stars 7 forks source link

`.schema` command should show SQL with terminating semicolons #129

Closed CodingDoug closed 11 months ago

CodingDoug commented 1 year ago

Right now, it just dumps SQL without semicolons, which makes it impossible to easily copy and paste back into the shell without manual modification.