Skip to content

Commit

Permalink
sqlite, test: expose sqlite online backup api
Browse files Browse the repository at this point in the history
  • Loading branch information
geeksilva97 committed Jan 13, 2025
1 parent 7409a1d commit 666034f
Show file tree
Hide file tree
Showing 4 changed files with 461 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/env_properties.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@
V(__dirname_string, "__dirname") \
V(ack_string, "ack") \
V(address_string, "address") \
V(source_db_string, "sourceDb") \
V(target_db_string, "targetDb") \
V(progress_string, "progress") \
V(aliases_string, "aliases") \
V(alpn_callback_string, "ALPNCallback") \
V(args_string, "args") \
Expand Down
Loading

0 comments on commit 666034f

Please sign in to comment.