Skip to content

Commit c9cbac9

Browse files
committed
feat: support tursodatabase offline writes beta
1 parent 0fd0690 commit c9cbac9

10 files changed

+429
-231
lines changed

.cargo/config.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ rustflags = ["-C", "link-args=-Wl,-undefined,dynamic_lookup"]
55
rustflags = ["-C", "link-args=-Wl,-undefined,dynamic_lookup"]
66

77
[target.aarch64-apple-darwin]
8-
rustflags = ["-C", "link-args=-Wl,-undefined,dynamic_lookup"]
8+
rustflags = ["-C", "link-args=-Wl,-undefined,dynamic_lookup"]
9+
10+
[net]
11+
git-fetch-with-cli = true

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ test-parse.php
1313
!.env.vault
1414
notes/
1515
*.bak
16-
src/*.bak
16+
src/*.bak
17+
vendor/

0 commit comments

Comments
 (0)