Database

dappermongo.Database
See theDatabase companion trait
object Database

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Database.type

Members list

Value members

Concrete methods

def make(dbName: String): ZIO[MongoClient, Throwable, Database]
def named(dbName: String)(implicit trace: Trace): ZLayer[MongoClient, Throwable, Database]