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: 8 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T06:33:59.000Z (about 1 year ago)
- Last Synced: 2024-10-30T01:48:50.223Z (about 1 year ago)
- Topics: fp, functional-programming, jdbc, scala, scala-library
- Language: Scala
- Homepage: https://eikek.github.io/binny
- Size: 1.17 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# binny
[](https://index.scala-lang.org/eikek/binny/binny-core)
[](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.