Packages

package manage

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. manage
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed abstract class Privilege extends AnyRef

Value Members

  1. def exec[E, A](query: String)(implicit arg0: Has[E], arg1: Decoder[A]): RIO[E, Result[A]]
  2. object ALL extends Privilege with Product with Serializable
  3. object READ extends Privilege with Product with Serializable
  4. object WRITE extends Privilege with Product with Serializable
  5. object db
  6. object ping
  7. object retention
  8. object users

Inherited from AnyRef

Inherited from Any

Ungrouped