MollyDatabase
molly.core.MollyDatabase
Molly's counterpart to MongoDatabase
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Like getCollection, but returns a Resource
Like getCollection, but maps documents to type a using the given codec.
def getTypedCollectionAsResource[A](collectionName: String)(using MollyCodec[F, A]): Resource[F, MollyCollection[F, A]]
Like getTypedCollection, but returns a Resource
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article