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

Investigate doobie to see whether ideas from its high-level JDBC API can be applied to sqlest #57

Open
DavidGregory084 opened this issue Oct 2, 2015 · 1 comment

Comments

@DavidGregory084
Copy link
Contributor

It seems like there are a lot of very good ideas in doobie that we could use in sqlest. Some combination of sqlest's scala DSL to produce a query string combined with primitives from doobie's high-level JDBC API sounds pretty compelling and the use of Scalaz' Task provides another take on #39.

See the book of doobie, and Programs as Values: Pure Functional Database Access in Scala for more details.

@nico78
Copy link

nico78 commented Oct 3, 2015

looks cool -might also be a good improvement for the query bits in scalatest-cuke , particularly the sql string interpolation stuff

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

No branches or pull requests

2 participants