Concordium / concordium-rust-sdk

Rust SDK for the Concordium blockchain.
https://docs.rs/concordium-rust-sdk/latest/concordium_rust_sdk/
Mozilla Public License 2.0
13 stars 18 forks source link

Remove the postgres feature #182

Closed abizjak closed 1 week ago

abizjak commented 6 months ago

Description

Currently the Rust SDK has a "postgres" feature that is tailored to be used with the transaction logger specifically.

This feature is too bespoke to be of general use, so we should remove it and migrate it over to just be part of the transaction logger directly.

abizjak commented 6 months ago

Since this is a breaking change we should probably bundle this in the next major version release instead of making a separate one.