fsgateway

FUSE module to browse database's metadata, sugar datastores and xml files

Install

All systems
curl cmd.cat/fsgateway.sh
Debian Debian
apt-get install fsgateway
Ubuntu
apt-get install fsgateway
Windows (WSL2)
sudo apt-get update sudo apt-get install fsgateway
Raspbian
apt-get install fsgateway

fsgateway

FUSE module to browse database's metadata, sugar datastores and xml files

FsGateway allows you to use your preferred directory navigation tool to inspect a database's metadata, sugar datastores and xml files. It allows you to compare two database structures in an easy way using the diff tool, or to find where a field is defined using the grep tool. At the moment it supports the following mode of operation: tagfs: Rewrites a directory tree using directory names as tags xmlfs: Map the structure of an xml file as a directory tree. It supports elements, attributes and texts. The resulting path of a node is similar to its XPath path. sugar datastore: Access a sugar datastore as a normal filesystem. databases: Access a database's metadata as a directory tree. Drivers are available for PostgreSQL, MySql, Sqlite and SqlServer