-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace sqlite3dump with directly using sqlite3 from $PATH
sqlite3dump requires turso-cli to be built with CGO. Even though it works when you you build the CLI locally (if you have CGO enabled), it won't work for our official release builds. Compiling multiplatform binaries with CGO isn't trivial and it is not worth it. sqlite3 should be available on most systems and it is reasonable to depend on it for features such as --from-file.
- Loading branch information
1 parent
fe804bf
commit 872e867
Showing
3 changed files
with
70 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters