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

Gut HaskellDb down to primquery relation type #28

Closed
wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Mar 30, 2017

This compiles with stackage nightly-2017-03-30 with ghc-8.0.2, without any code changes except deletions. I didn't look into the ghc-8.0.1 build errors or try to fix them. (Issue #27)

If haskelldb is abandoned, it might make sense to publish this to hackage as haskelldb-primquery as a useful, simple starting point for future developers.

Feel free to close this if you disagree.

- easier to guard against code rot
- minimum needed to build out a relational algebra rep further
@ghost
Copy link
Author

ghost commented Mar 31, 2017

I might publish something like haskelldb-primquery to hackage myself, we'll see.

@ghost ghost closed this Mar 31, 2017
@tomjaguarpaw
Copy link

tomjaguarpaw commented Mar 31, 2017 via email

@ghost
Copy link
Author

ghost commented Mar 31, 2017

Not really, but if the choice is between people not using haskelldb at all because it has rotted or some part of it living on, I think it makes more sense to publish the part that hasn't rotted.

For Hackage as a whole, the most valuable action that aligns with what I need right now would be to split off Opaleye's primquery into its own library. I had very little time at work to get going, so I used PrimQuery because it took me no time to understand. I assume another hour or two, and I can move my work over to opaleye's primquery, but I will not be using Opaleye proper for quite a long time.

We have talked a bit on reddit. We left it off that you encouraged my writing a backend for mysql. I can contribute to pieces of that, but I can't produce a fully functioning backend for others to use.

@tomjaguarpaw
Copy link

Ah that's right, I remember. Good luck with your project.

@ghost
Copy link
Author

ghost commented Apr 16, 2017

@tomjaguarpaw ready to attempt to convert to using opaleye's primquery. Would you be willing to break off opaleye-primquery as a separate hackage project? I will continue this discussion in opaleye repo.

This pull request was closed.
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

Successfully merging this pull request may close these issues.

1 participant