From 071326ac7226fe67aff2e546fdd689d8538a3b5a Mon Sep 17 00:00:00 2001 From: Mohamed Attahri Date: Fri, 23 Jun 2023 13:06:06 -0400 Subject: [PATCH] Added pgfs https://github.com/mohamedattahri/pgfs `fs.FS` implementation to use a Postgres database as a transactional file system using Large Objects. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 968f0748..beedebbd 100644 --- a/README.md +++ b/README.md @@ -1054,6 +1054,7 @@ _Libraries for handling files and file systems._ - [parquet](https://github.com/parsyl/parquet) - Read and write [parquet](https://parquet.apache.org) files. - [pathtype](https://github.com/jonchun/pathtype) - Treat paths as their own type instead of using strings. - [pdfcpu](https://github.com/pdfcpu/pdfcpu) - PDF processor. +- [pgfs](https://github.com/mohamedattahri/pgfs) - `fs.FS` implementation to use a Postgres database as a transactional file system using [Large Objects](https://www.postgresql.org/docs/current/largeobjects.html). - [skywalker](https://github.com/dixonwille/skywalker) - Package to allow one to concurrently go through a filesystem with ease. - [stl](https://gitlab.com/russoj88/stl) - Modules to read and write STL (stereolithography) files. Concurrent algorithm for reading. - [tarfs](https://github.com/posener/tarfs) - Implementation of the [`FileSystem` interface](https://godoc.org/github.com/kr/fs#FileSystem) for tar files.