tursodatabase / libsql-shell-go

7 stars 7 forks source link

Use /dump endpoint instead of custom implementation for .dump #156

Open CodingDoug opened 10 months ago

CodingDoug commented 10 months ago

The custom implementation can be problematic, so use the new endpoint instead.

See: https://github.com/libsql/sqld/pull/663