You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
I have just created a pull request (#319) which introduces ODBC support. You should be able to use this backend in conjunction with the MySQL ODBC driver to provide MySQL support.
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?
The text was updated successfully, but these errors were encountered: