Packages

  • package root
    Definition Classes
    root
  • package doobie
    Definition Classes
    root
  • package enum

    Enumerated types for JDBC constants.

    Enumerated types for JDBC constants.

    Definition Classes
    doobie
  • package hi

    High-level database API.

    High-level database API. The constructors here are defined in terms of those in doobie.free.connection but differ in the following ways:

    • Enumerated values represented by Int values in JDBC are mapped to one of the proper types defined in doobie.enum.
    • Nullable values are represented in terms of Option.
    • Java collection types are translated to immutable Scala equivalents.
    • Actions that compute liftime-managed resources do not return the resource directly, but rather take a continuation in the resource's monad.
    • Actions that compute values of impure types (CLOB, InputStream, etc.) do not appear in this API. They are available in the low-level API but must be used with considerable caution.
    • Lifting actions, low-level type mapping actions, and resource management actions do not appear in this API.
    Definition Classes
    doobie
  • package syntax

    Collection of modules that add syntax to existing types.

    Collection of modules that add syntax to existing types.

    Definition Classes
    doobie
  • catchsql
  • connectionio
  • foldable
  • stream
  • string
  • package util

    Collection of modules for typeclasses and other helpful bits.

    Collection of modules for typeclasses and other helpful bits.

    Definition Classes
    doobie
p

doobie

syntax

package syntax

Collection of modules that add syntax to existing types.

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

Value Members

  1. object catchsql

    Syntax for Catchable combinators defined in util.catchsql.

  2. object connectionio
  3. object foldable

    Module of additional functions for Foldable.

  4. object stream

    Syntax for Stream operations defined in util.process.

  5. object string

    Module defining the sql string interpolator.

Inherited from AnyRef

Inherited from Any

Ungrouped