-
Notifications
You must be signed in to change notification settings - Fork 3
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 #66
Comments
I think adding MySQL should be possible, hopefully without changing the general backend-agnostic part of the code. @paluh do you have some comments on that? |
the main problem for a separate purescript package is how should I add |
The problem with this extensibility just proves that current solution is not ideal, because Anyway, there are solutions to this problem, like splitting |
I'm in the middle of supporting MySql for selda right now the issue that when creating query the column names are surrounded with purescript-selda/src/Selda/Table.purs Line 106 in e2c56b0
everything works |
Would setting ANSI_QUOTES resolve this problem without changing |
is there any plan for supporting MySQL?
I read your thesis paper and read most of the source code, I think it should not be hard to add MySQL too.
I'm up for the task if you have any concern let me know.
The text was updated successfully, but these errors were encountered: