works.iterative.mongo

Members list

Type members

Classlikes

case class MongoConfig(uri: String)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object MongoConfig

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
class MongoJsonRepository[Elem, Key, Criteria](collection: MongoCollection[JsonObject], toFilter: Criteria => Bson, idFilter: Elem => (String, Key))(implicit evidence$1: JsonCodec[Elem])

Attributes

Supertypes
class Object
trait Matchable
class Any

Extensions

Extensions

extension (m: MongoClient.type)
def layer(config: MongoConfig): TaskLayer[MongoClient]
def layer: TaskLayer[MongoClient]