feat(postgres): Failover postgres example maybe working!? Added FailoverTopology implementations for required capabilities, documented a bit, some more tests, and quite a few utility functions
Some checks failed
Run Check Script / check (pull_request) Failing after 1m49s

This commit is contained in:
2025-12-17 14:32:23 -05:00
parent 440e684b35
commit 66a9a76a6b
18 changed files with 410 additions and 29 deletions

16
Cargo.lock generated
View File

@@ -1776,6 +1776,21 @@ dependencies = [
"url",
]
[[package]]
name = "example-multisite-postgres"
version = "0.1.0"
dependencies = [
"cidr",
"env_logger",
"harmony",
"harmony_cli",
"harmony_macros",
"harmony_types",
"log",
"tokio",
"url",
]
[[package]]
name = "example-nanodc"
version = "0.1.0"
@@ -2561,6 +2576,7 @@ version = "0.1.0"
dependencies = [
"rand 0.9.2",
"serde",
"serde_json",
"url",
]