SlickDatabase

org.apache.pekko.persistence.postgres.db.SlickDatabase
See theSlickDatabase companion object

Attributes

Companion
object
Source
SlickDatabase.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def allowShutdown: Boolean

If true, the requesting side usually a (read/write/snapshot journal) should shutdown the database when it closes. If false, it should leave the database connection pool open, since it might still be used elsewhere.

If true, the requesting side usually a (read/write/snapshot journal) should shutdown the database when it closes. If false, it should leave the database connection pool open, since it might still be used elsewhere.

Attributes

Source
SlickDatabase.scala
def database: Database

Attributes

Source
SlickDatabase.scala
def profile: JdbcProfile

Attributes

Source
SlickDatabase.scala