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
    Definition Classes
    doobie
  • package meta
    Definition Classes
    util
  • Meta
  • package testing

    Common utilities for query testing

    Common utilities for query testing

    Definition Classes
    util

package meta

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final class Meta[A] extends AnyRef

    Convenience for introducing a symmetric Get/Put pair into implicit scope, and for deriving new symmetric pairs.

    Convenience for introducing a symmetric Get/Put pair into implicit scope, and for deriving new symmetric pairs. It's important to understand that Meta should never be demanded by user methods; instead demand both Get and Put. The reason for this is that while Meta implies Get and Put, the presence of both Get and Put does *not* imply Meta.

Value Members

  1. object Meta

Ungrouped