All Projects → petere → postgresqlfs

petere / postgresqlfs

Licence: MIT License
FUSE driver to access PostgreSQL databases as a file system

Programming Languages

c
50402 projects - #5 most used programming language
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to postgresqlfs

fuse-sdk
Build beautiful, high-performance iOS and Android apps with a single codebase
Stars: ✭ 13 (-81.43%)
Mutual labels:  fuse
acid-store
A library for secure, deduplicated, transactional, and verifiable data storage
Stars: ✭ 48 (-31.43%)
Mutual labels:  fuse
fuse-device-plugin
kubernetes device plugin for using /dev/fuse without privilege
Stars: ✭ 17 (-75.71%)
Mutual labels:  fuse
loggedfs-python
Filesystem monitoring with Fuse and Python
Stars: ✭ 21 (-70%)
Mutual labels:  fuse
pcloud-console-client
A simple console client for pCloud cloud storage.
Stars: ✭ 22 (-68.57%)
Mutual labels:  fuse
xwmfs
X11 Window-Manager file system based on FUSE
Stars: ✭ 21 (-70%)
Mutual labels:  fuse
vk-music-fs
FUSE file system for VK audios
Stars: ✭ 34 (-51.43%)
Mutual labels:  fuse
cgroupfs
Cgroupfs provides an emulated /proc/meminfo, /proc/cpuinfo... for containers
Stars: ✭ 28 (-60%)
Mutual labels:  fuse
py-hdfs-mount
Mount HDFS with fuse, works with kerberos!
Stars: ✭ 13 (-81.43%)
Mutual labels:  fuse
examples
Fuse examples
Stars: ✭ 13 (-81.43%)
Mutual labels:  fuse
webfuse
websocket filesystem based on libfuse
Stars: ✭ 23 (-67.14%)
Mutual labels:  fuse
k2hftfuse
File transaction by FUSE-based file system
Stars: ✭ 30 (-57.14%)
Mutual labels:  fuse
procstat
Easy way to expose process internal state to filesystem using fuse.
Stars: ✭ 14 (-80%)
Mutual labels:  fuse
kernel new features
一个深挖 Linux 内核的新功能特性,以 io_uring, cgroup, ebpf, llvm 为代表,包含开源项目,代码案例,文章,视频,架构脑图等
Stars: ✭ 1,094 (+1462.86%)
Mutual labels:  fuse
redis-fs
Mount a Redis database as a filesystem using fuse.
Stars: ✭ 76 (+8.57%)
Mutual labels:  fuse
Conty
Easy to use unprivileged Linux container packed into a single portable executable
Stars: ✭ 198 (+182.86%)
Mutual labels:  fuse
ratarmount
Random Access Read-Only Tar Mount
Stars: ✭ 217 (+210%)
Mutual labels:  fuse
fbind
A versatile Android mounting utility for folders, EXT4 images, LUKS/LUKS2 encrypted volumes, regular partitions and more.
Stars: ✭ 42 (-40%)
Mutual labels:  fuse
gobazel
gobazel is a tool to help golang bazel developers to map bazel's folder structure to golang's standard folder structure, through FUSE (thus only works for Linux and MacOS users).
Stars: ✭ 28 (-60%)
Mutual labels:  fuse
ext2py
The slowest ext2fs driver ever! (in Python)
Stars: ✭ 14 (-80%)
Mutual labels:  fuse

postgresqlfs

postgresqlfs is a FUSE driver to access PostgreSQL databases as a file system. It exposes the object structure of a PostgreSQL database instance as directories and files that you can operate on using file system tools.

The idea is that you can use this together with Midnight Commander to browse and edit a database in text mode in situations where psql would be to cumbersome but pgAdmin or phpPgAdmin are not available.

Use postgresqlfs --help to get usage information. Usually, it is just

$ postgresqlfs mountpoint

to mount, and

$ fusermount -u mountpoint

to unmount.

You also need access to the /dev/fuse device, which may be tied to some group membership on your operating system.

Build Status

Peter Eisentraut [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].