I've been trying to run the the rust-bitcoin-indexer, it runs perfectly in my locally but while using DO managed postgres, it give error ' it runs perfectly in my locally'. I think this is related to the following LOC, looking forward to your suggestion/edit.
|
match pg::Connection::connect(url, pg::TlsMode::None) { |
I've been trying to run the the rust-bitcoin-indexer, it runs perfectly in my locally but while using DO managed postgres, it give error ' it runs perfectly in my locally'. I think this is related to the following LOC, looking forward to your suggestion/edit.
rust-bitcoin-indexer/src/db/pg.rs
Line 66 in 2064f50