Packages

sealed abstract class SlickSession extends AnyRef

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

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

Abstract Value Members

  1. abstract val db: JdbcDatabaseDef
  2. abstract val profile: JdbcProfile

Concrete Value Members

  1. def close(): Unit

    You are responsible for closing the database after use!!