Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in doobie

SQL `NULL` read at column 1 (JDBC type null) but mapping is to a non-Option type

scala quill doobie quill.io

How do I convert a java.util.UUID to doobie.syntax.SqlInterpolator.SingleFragment?

scala circe http4s doobie

Doobie with Hikari setup

Why does Doobie use free monad?

scala doobie

Compose optional queries for for-comprehension in doobie?

Doobie batch update using generics

scala generics doobie

Doobie transact over a list of ConnectionIO programs

scala scala-cats doobie

Doobie - lifting arbitrary effect into ConnectionIO

How to execute list of string SQL statements against a PostgreSQL db in Scala using doobie?

scala doobie

Experiencing deadlocks when using the Hikari transactor for Doobie with ZIO

How to create Async[Future] from Async[IO]

scala scala-cats doobie

Doobie cannot find or construct a Read instance for type T

Scala doobie fragment with generic type parameter

sql scala doobie

How to read/write Timestamp in Doobie (Postgres)

postgresql scala doobie

Doobie update and insert case class syntax

scala doobie

Running queries in parallel in Doobie

Doobie and DB access composition within 1 transaction

scala scala-cats doobie