You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: