pgfs icon indicating copy to clipboard operation
pgfs copied to clipboard

Go library that implements fs.FS for Postgres using Large Objects.

pgfs

GoDoc reference CI Coverage Status Go Report Card

pgfs is a Go library that implements fs.FS using Large Objects on Postgres.

Documentation

See documentation for more details.

Installation

go get mohamed.attahri.com/pgfs

Testing

Tests require Docker engine to be running and the Docker CLI to be installed in order to launch an ephemeral Postgres instance.

make test