How to Install fsgateway in Ubuntu 18.04



Install fsgateway by entering the following commands in the terminal:

sudo apt update
sudo apt install fsgateway

Description:

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

Homepage: http://code.google.com/p/fsgateway/

Version: 0.1.1-5

Section: universe/utils