You can connect to Materialize the same way you connect to PostgreSQL with the crate.
Add the dependencies:
[dependencies]
postgres = "0.19.3"
Run examples:
cargo run
You can connect to Materialize the same way you connect to PostgreSQL with the crate.
Add the dependencies:
[dependencies]
postgres = "0.19.3"
Run examples:
cargo run