Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dieproht/molly

A thin Cats Effect / FS2 layer over MongoDB
https://github.com/dieproht/molly

cats-effect fs2 mongodb scala

Last synced: about 1 month ago
JSON representation

A thin Cats Effect / FS2 layer over MongoDB

Awesome Lists containing this project

README

        

# Molly

![Build status](https://github.com/dieproht/molly/actions/workflows/build.yml/badge.svg)
[![javadoc](https://javadoc.io/badge2/io.github.dieproht/molly-core_3/javadoc.svg)](https://javadoc.io/doc/io.github.dieproht/molly-core_3)
[![molly-core Scala version support](https://index.scala-lang.org/dieproht/molly/molly-core/latest.svg)](https://index.scala-lang.org/dieproht/molly/molly-core)

## A thin Cats Effect / FS2 layer over MongoDB

With Molly, applications based on Cats Effect and FS2 can access MongoDB in a native way.

## Getting Started

Add the following dependency to your SBT build configuration:
```scala
libraryDependencies += "io.github.dieproht" %% "molly-core" % ""
```

## Copyright and License

All code is available to you under the Apache 2 license, available at
https://opensource.org/licenses/Apache-2.0.

Copyright Karl F Walkow, 2023.