Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dieproht/molly
- Owner: dieproht
- License: apache-2.0
- Created: 2023-07-14T14:18:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-12T07:46:37.000Z (2 months ago)
- Last Synced: 2024-11-12T08:23:16.840Z (2 months ago)
- Topics: cats-effect, fs2, mongodb, scala
- Language: Scala
- Homepage:
- Size: 216 KB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.