binny.pglo

package binny.pglo

Type members

Classlikes

final
class PgLoBinaryStore[F[_]](val config: PgLoConfig, logger: Logger[F], ds: DataSource, attrStore: BinaryAttributeStore[F])(implicit evidence$1: Sync[F]) extends JdbcBinaryStore[F]
Companion
object
Companion
class
final case
class PgLoConfig(table: String, chunkSize: Int, detect: ContentTypeDetect)
Companion
object
object PgLoConfig
Companion
class
object PgSetup