mohamedattahri / pgfs

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

Home Page:https://pkg.go.dev/mohamed.attahri.com/pgfs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://pkg.go.dev/mohamed.attahri.com/pgfs

License:MIT License


Languages

Language:Go 96.5%Language:Makefile 2.3%Language:Shell 1.2%