hyperledger / aries-askar

Secure storage designed for Hyperledger Aries agents.
Apache License 2.0
61 stars 51 forks source link

DB2 Support #269

Closed scottexton closed 3 days ago

scottexton commented 3 months ago

Askar currently only supports SqlLite and Postgres, but we also need support for DB2. If I was to create a DB2 storage implementation would the code changes be accepted back into the project?

I realise that the SqlLite and Postgres implementation currently use the Rust sqlx API - however, there is no DB2 support in the sqlx API (although there is a DB2 Rust driver available) - would this be a blocker for the DB2 implementation?

Thanks.

swcurran commented 3 months ago

Thoughts @andrewwhitehead ?