MongoDatabase

trait MongoDatabase[F[_]]
Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def collectionNames: F[Iterable[String]]
def createCollection(name: String, options: CreateCollectionOptions): F[Unit]
def getCollection(name: String): F[MongoCollection[F, Document]]
def getCollection[T](name: String, codecRegistry: CodecRegistry)(implicit evidence$1: ClassTag[T]): F[MongoCollection[F, T]]
def name: String

Concrete methods

def createCollection(name: String): F[Unit]
def getCollectionWithCodec[T](name: String)(implicit evidence$2: ClassTag[T], cp: MongoCodecProvider[T]): F[MongoCollection[F, T]]