package arango
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- arango
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type ArangoDsl[Algebra[_]] = ResourceDsl[Algebra, VPackEncoder, VPackDecoder]
Value Members
- implicit def arangoDsl[F[_]](implicit I: InjectK[ResourceAlgebra, F]): ArangoDsl[F]
- def arangoErrorToApiResult[A](t: Throwable): ApiResult[A]
- def arangoIoInterpreter(implicit CS: ContextShift[IO], T: Timer[IO], L: Logger[IO]): ~>[ResourceAlgebra, IO]
- def arangoResourceInterpreter(clientR: Resource[IO, Arango[IO]]): ~>[ResourceAlgebra, IO]