Packages

package scaladsl

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

Type Members

  1. type SlickSession = javadsl.SlickSession

    Scala API: Represents an "open" Slick database and its database (type) profile.

    Scala API: Represents an "open" Slick database and its database (type) profile.

    NOTE: these databases need to be closed after creation to avoid leaking database resources like active connection pools, etc.

Value Members

  1. val SlickSession: javadsl.SlickSession.type

    Scala API: Methods for "opening" Slick databases for use.

    Scala API: Methods for "opening" Slick databases for use.

    NOTE: databases created through these methods will need to be closed after creation to avoid leaking database resources like active connection pools, etc.

  2. object Slick

    Methods for interacting with relational databases using Slick and akka-stream.

Inherited from AnyRef

Inherited from Any

Ungrouped