Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

FUSE driver to access PostgreSQL databases as a file system

License

NotificationsYou must be signed in to change notification settings

petere/postgresqlfs

Repository files navigation

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

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

Usepostgresqlfs --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 tosome group membership on your operating system.

Build Status

Peter Eisentrautpeter@eisentraut.org

About

FUSE driver to access PostgreSQL databases as a file system

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp