pillars.db_doobie

Members list

Type members

Classlikes

final case class DB[F[_]](config: DatabaseConfig, transactor: Transactor[F])(implicit evidence$1: MonadCancelThrow[F]) extends Module[F]

Attributes

Companion
object
Source
db.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Module[F]
class Object
trait Matchable
class Any
Show all
object DB extends ModuleSupport

Attributes

Companion
class
Source
db.scala
Supertypes
class Object
trait Matchable
class Any
Self type
DB.type
final case class DatabaseConfig(driverClassName: DriverClassName, url: JdbcUrl, username: DatabaseUser, password: Secret[DatabasePassword], systemSchema: DatabaseSchema, appSchema: DatabaseSchema, poolSize: PoolSize, statementCache: StatementCacheConfig, debug: Boolean, probe: ProbeConfig) extends Config

Attributes

Companion
object
Source
db.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Config
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
db.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
object DatabaseName extends RefinedTypeOps[String, DatabaseNameConstraint, DatabaseName]

Attributes

Source
db.scala
Supertypes
trait RefinedTypeOps[String, DatabaseNameConstraint, DatabaseName]
class Object
trait Matchable
class Any
Self type
object DatabasePassword extends RefinedTypeOps[String, DatabasePasswordConstraint, DatabasePassword]

Attributes

Source
db.scala
Supertypes
trait RefinedTypeOps[String, DatabasePasswordConstraint, DatabasePassword]
class Object
trait Matchable
class Any
Self type
object DatabaseSchema extends RefinedTypeOps[String, DatabaseSchemaConstraint, DatabaseSchema]

Attributes

Source
db.scala
Supertypes
trait RefinedTypeOps[String, DatabaseSchemaConstraint, DatabaseSchema]
class Object
trait Matchable
class Any
Self type
object DatabaseTable extends RefinedTypeOps[String, DatabaseTableConstraint, DatabaseTable]

Attributes

Source
db.scala
Supertypes
trait RefinedTypeOps[String, DatabaseTableConstraint, DatabaseTable]
class Object
trait Matchable
class Any
Self type
object DatabaseUser extends RefinedTypeOps[String, DatabaseUserConstraint, DatabaseUser]

Attributes

Source
db.scala
Supertypes
trait RefinedTypeOps[String, DatabaseUserConstraint, DatabaseUser]
class Object
trait Matchable
class Any
Self type
object DriverClassName extends RefinedTypeOps[String, DriverClassNameConstraint, DriverClassName]

Attributes

Source
db.scala
Supertypes
trait RefinedTypeOps[String, DriverClassNameConstraint, DriverClassName]
class Object
trait Matchable
class Any
Self type
object JdbcUrl extends RefinedTypeOps[String, JdbcUrlConstraint, JdbcUrl]

Attributes

Source
db.scala
Supertypes
trait RefinedTypeOps[String, JdbcUrlConstraint, JdbcUrl]
class Object
trait Matchable
class Any
Self type
JdbcUrl.type
object PoolSize extends RefinedTypeOps[Int, PoolSizeConstraint, PoolSize]

Attributes

Source
db.scala
Supertypes
trait RefinedTypeOps[Int, PoolSizeConstraint, PoolSize]
class Object
trait Matchable
class Any
Self type
PoolSize.type
object SchemaVersion extends RefinedTypeOps[String, Not[Blank] & Match["^(\\d+\\.\\d+\\.\\d+)$"], SchemaVersion]

Attributes

Source
db.scala
Supertypes
trait RefinedTypeOps[String, Not[Blank] & Match["^(\\d+\\.\\d+\\.\\d+)$"], SchemaVersion]
class Object
trait Matchable
class Any
Self type
object Size extends RefinedTypeOps[Int, SizeConstraint, Size]

Attributes

Source
db.scala
Supertypes
trait RefinedTypeOps[Int, SizeConstraint, Size]
class Object
trait Matchable
class Any
Self type
Size.type
final case class StatementCacheConfig(enabled: Boolean, size: Size, sqlLimit: Size)

Attributes

Companion
object
Source
db.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
db.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Types

opaque type DatabaseName

Attributes

Source
db.scala
opaque type DatabasePassword

Attributes

Source
db.scala
opaque type DatabaseSchema

Attributes

Source
db.scala
opaque type DatabaseTable

Attributes

Source
db.scala
opaque type DatabaseUser

Attributes

Source
db.scala
opaque type DriverClassName

Attributes

Source
db.scala
opaque type JdbcUrl

Attributes

Source
db.scala
opaque type PoolSize

Attributes

Source
db.scala
opaque type SchemaVersion

Attributes

Source
db.scala
opaque type Size

Attributes

Source
db.scala

Value members

Concrete methods

def db[F[_]](using p: Pillars[F]): DB[F]

Attributes

Source
db.scala