hyperledger-archives / aries-framework-dotnet

Aries Framework .NET for building multiplatform SSI services
https://wiki.hyperledger.org/display/aries
Apache License 2.0
84 stars 74 forks source link

Add support for using PostgreSQL database for storing mediator agent inbox records #166

Closed acuderman closed 3 years ago

acuderman commented 3 years ago

Short description of what this resolves:

Add support for storing inbox records using the Postgres storage plugin on the Mediator agent.

Changes proposed in this pull request:

Fixes: #

acuderman commented 3 years ago

@tmarkovski This PR is ready for review. We had issues connecting to the Postgres database and figured out that credentials were not propagated. Thanks and feel free to suggest any improvements.

acuderman commented 3 years ago

Putting It into a draft state since It breaks SQLLite implementation

acuderman commented 3 years ago

Putting It into a draft state since It breaks SQLLite implementation

It didn't actually break an SQLlite wallet implementation. I just had some problems with my environment. Resolving draft state and awaiting review.

cc: @tmarkovski

acuderman commented 3 years ago

@tmarkovski thanks for the review. Can you please also update the Nuget package? The version number was already increased in this MR.