Packages

  • package root
    Definition Classes
    root
  • package doobie

    Top-level import, providing aliases for the most commonly used types and modules from doobie-free and doobie-core.

    Top-level import, providing aliases for the most commonly used types and modules from doobie-free and doobie-core. A typical starting set of imports would be something like this.

    import cats.implicits._
    import doobie._, doobie.implicits._
    Definition Classes
    root
    See also

    The doobie microsite for much more information.

  • package util

    Collection of modules for typeclasses and other helpful bits.

    Collection of modules for typeclasses and other helpful bits.

    Definition Classes
    doobie
  • package compat
    Definition Classes
    util
  • FactoryCompat
  • package testing

    Common utilities for query testing

    Common utilities for query testing

    Definition Classes
    util
p

doobie.util

compat

package compat

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. compat
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type =:=[From, To] = scala.Predef.=:=[From, To]
  2. trait FactoryCompat[-A, +C] extends AnyRef
    Annotations
    @implicitNotFound( ... )

Value Members

  1. def propertiesToScala(p: Properties): Map[String, String]
  2. object FactoryCompat

Inherited from AnyRef

Inherited from Any

Ungrouped