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 ef6a903 commit 9e31c61Copy full SHA for 9e31c61
src/lib.rs
@@ -74,7 +74,7 @@ impl FromStr for LevelSizes {
74
/// Contains configuration information for this run of the compressor
75
pub struct Config {
76
// the url for the postgres database
77
- // this should be of the form postgres://user:pass@domain/database
+ // this should be of the form postgresql://user:pass@domain/database
78
db_url: String,
79
// The file where the transactions are written that would carry out
80
// the compression that get's calculated
0 commit comments