hyperledger / aries-askar

Secure storage designed for Hyperledger Aries agents.
Apache License 2.0
58 stars 45 forks source link

MySQL Support #174

Open niall-shaw opened 1 year ago

niall-shaw commented 1 year ago

Our team currently uses vdr-tools as the underlying framework to support AFJ on our mediator. The reasoning is better support for concurrency, as well as MySQL support. We are now looking to upgrade AFJ to 0.4.x, and in by doing so upgrade to use Aries Askar etc.

Askar only supports SqlLite and Postgres - is there a workaround so that we can continue using MySQL?

TimoGlastra commented 1 year ago

I guess you'd have to port the mysql vdr-tools plugin to the new postgres format. Not sure how complex that would be, but you can probably get quite far by combining the askar postgres storage impl, with the vdr-tools / indy-sdk mysql plugin