MongoDatabaseTest

class Object
trait Matchable
class Any

Value members

Concrete methods

def live(name: String): ZLayer[Has[MongoClient], Throwable, Has[MongoDatabase]]
def withName[A](name: String)(f: MongoDatabase => ZIO[Live, Throwable, A]): ZIO[Live & Has[MongoClient], Throwable, A]
def withRandomName[A](f: MongoDatabase => ZIO[Live, Throwable, A]): ZIO[Live & Has[MongoClient], Throwable, A]

Concrete fields

val random: ZLayer[Live & Has[MongoClient], Throwable, Has[MongoDatabase]]