MongoClient

dappermongo.MongoClient
See theMongoClient companion object
trait MongoClient

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def database(name: String): ZIO[Any, Throwable, Database]
def dropDatabase(name: String): ZIO[Any, Throwable, Unit]
def listDatabaseNames: ZStream[Any, Throwable, String]
def startSession: ZIO[Scope, Throwable, Session]