Implementation Modules
These modules provide implementations for BinaryStore
and some also
for BinaryAttributeStore
.
- file system wrapping the fs2 Files API
- JDBC provides a generic implementation using pure JDBC
- PostgreSQL Large Object using PostgreSQLs Large Objects
- MinIO provides a S3 compatible store based on the SDK from MinIO