We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10f5dd8 commit 72f39d8Copy full SHA for 72f39d8
libsql/src/database/builder.rs
@@ -402,6 +402,7 @@ cfg_replication! {
402
if res.status().is_success() {
403
tracing::trace!("Using sync protocol v2 for {}", url);
404
return Builder::new_synced_database(path, url, auth_token)
405
+ .connector(connector)
406
.remote_writes(true)
407
.read_your_writes(read_your_writes)
408
.build()
0 commit comments