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. Protected

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. object Slick

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

  2. object SlickSession extends SlickSessionFactory

    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.

Inherited from AnyRef

Inherited from Any

Ungrouped