/pgfs

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

Primary LanguageGoMIT LicenseMIT

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