Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eikek/binny

Scala library for dealing with binaries/blobs in databases
https://github.com/eikek/binny

fp functional-programming jdbc scala scala-library

Last synced: 2 months ago
JSON representation

Scala library for dealing with binaries/blobs in databases

Awesome Lists containing this project

README

        



# binny

[![Scaladex](https://index.scala-lang.org/eikek/binny/latest.svg?color=blue)](https://index.scala-lang.org/eikek/binny/binny-core)
[![Scala Steward badge](https://img.shields.io/badge/Scala_Steward-helping-blue.svg?style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAMAAAARSr4IAAAAVFBMVEUAAACHjojlOy5NWlrKzcYRKjGFjIbp293YycuLa3pYY2LSqql4f3pCUFTgSjNodYRmcXUsPD/NTTbjRS+2jomhgnzNc223cGvZS0HaSD0XLjbaSjElhIr+AAAAAXRSTlMAQObYZgAAAHlJREFUCNdNyosOwyAIhWHAQS1Vt7a77/3fcxxdmv0xwmckutAR1nkm4ggbyEcg/wWmlGLDAA3oL50xi6fk5ffZ3E2E3QfZDCcCN2YtbEWZt+Drc6u6rlqv7Uk0LdKqqr5rk2UCRXOk0vmQKGfc94nOJyQjouF9H/wCc9gECEYfONoAAAAASUVORK5CYII=)](https://scala-steward.org)

Binny is a Scala library for efficiently storing and retrieving binary
data from databases, providing a
[FS2](https://github.com/functional-streams-for-scala/fs2) based api.

Binny is provided for Scala 2.13 and Scala 3.

## Documentation

Please see the [microsite](https://eikek.github.io/binny) for more
information.