Skip to content
New issue

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

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

Already on GitHub? # to your account

DatabaseGPT for MySql #24

Open
nicolaparo opened this issue Oct 25, 2023 · 0 comments
Open

DatabaseGPT for MySql #24

nicolaparo opened this issue Oct 25, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@nicolaparo
Copy link
Contributor

DatabaseGPT currently supports scenarios where we have SqlServer or Postgre databases. It doesn't currently support the case of a different like SQLite, MySql, etc... The major difference between all these DBMS is mainly the dialect of the SQL language used in the database and the required drivers themselves.

The implementation for MySql should be implemented in the project DatabaseGpt.MySql, in a similar way to what was done for DatabaseGpt.SqlServer and DatabaseGpt.Npgsql

@marcominerva marcominerva added enhancement New feature or request help wanted Extra attention is needed labels Oct 25, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants