Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySQL Support #174

Open
niall-shaw opened this issue Aug 31, 2023 · 2 comments
Open

MySQL Support #174

niall-shaw opened this issue Aug 31, 2023 · 2 comments

Comments

@niall-shaw
Copy link

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
Copy link
Contributor

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

@scottexton
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants