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 2930e29 commit b314abbCopy full SHA for b314abb
.gitignore
@@ -5,3 +5,5 @@ Cargo.lock
5
6
# MacOS directory conf
7
.DS_Store
8
+
9
+*.cblite2/
examples/.gitignore
examples/sgw_1_cblite.rs
@@ -9,9 +9,7 @@ fn main() {
let mut db = Database::open(
10
"test1",
11
Some(DatabaseConfiguration {
12
- directory: Path::new(
13
- "/Users/antoinemenciere/Projects/couchbase-lite-rust-docto/examples",
14
- ),
+ directory: Path::new("./"),
15
#[cfg(feature = "enterprise")]
16
encryption_key: None,
17
}),
0 commit comments