jhc-systems / sqlest

Write SQL in Scala
https://jhc-systems.github.io/sqlest/latest/api/
Apache License 2.0
30 stars 17 forks source link

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

Open DavidGregory084 opened 9 years ago

DavidGregory084 commented 9 years ago

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 commented 9 years ago

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