mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Added pgfs
https://github.com/mohamedattahri/pgfs `fs.FS` implementation to use a Postgres database as a transactional file system using Large Objects.
This commit is contained in:
parent
3d1bd6df06
commit
071326ac72
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user