package scaladsl
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- scaladsl
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- 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
- object Slick
Methods for interacting with relational databases using Slick and pekko-stream.
- 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.