selda
selda copied to clipboard
MySQL backend support
Currently, a few things are missing to be able to support a MySQL backend:
- Support for
?as a parameter placeholder. - Probably more.
This is probably a good time to restructure the pretty-printer to be explicitly parameterized over some configuration, instead of over different functions in different places.
For now my only request is to a custom placeholder ; )
@winterland1989 93bd5d0b22968af48beba8f60bfeb3c072cbf2f6 moves the pretty-printer configuration into a single type, and adds support for custom placeholders.
Nice! Would you mind keeping this issue open? I'll update info if i come across further problem.
Indeed, I won't feel comfortable closing this until we actually have MySQL up and working.
I have started a mysql backend at: https://github.com/kuribas/selda it implements all the features for the backend, but there are some issues to be solved (~~bug in mysql-haskell~~, conversion issues, etc..)
@kuribas Can you speak more specifically about what the bug is?
Sorry, it was a bug in my own code, when copy pasting your functions.