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 #52

Open
hatzhang opened this issue Mar 15, 2023 · 2 comments
Open

Mysql support #52

hatzhang opened this issue Mar 15, 2023 · 2 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@hatzhang
Copy link

I followed the example of EnterpriseLibrary.Test.MySq from the old repository, but could not get it work.

What's current way of connect with mysql?

@hatzhang hatzhang added the bug Something isn't working label Mar 15, 2023
@hatzhang
Copy link
Author

In the old repository, there are some mysql related classes, but they are gone in this repo.
Is this the reason why the old mysql example not working any more?

@tsahi tsahi added the enhancement New feature or request label May 8, 2023
@tsahi
Copy link
Collaborator

tsahi commented May 8, 2023

We will have to add support for MySQL. In the mean time, perhaps the ODBC or OLEDB providers will work, if MySQL supports these technologies.
If you want to help, read the wiki for code guidelines, and follow the examples of the existing providers. You have to inherit the Database and DatabaseData classes, and implement the functionality of this RDBMS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants