Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eikek/binny
- Owner: eikek
- License: mit
- Created: 2021-09-13T21:52:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T06:36:42.000Z (3 months ago)
- Last Synced: 2024-10-21T09:32:09.909Z (3 months ago)
- Topics: fp, functional-programming, jdbc, scala, scala-library
- Language: Scala
- Homepage: https://eikek.github.io/binny
- Size: 1.16 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.