.TH FSGATEWAY "1" "January 2010" .SH NAME fsgateway \- FUSE module to browse database's metadata, sugar datastores and xml files .SH "SYNOPSIS" .B mono fsgateway storage_type connection_string [fuse_option] mountpoint .SH DESCRIPTION .PP .B FsGateway allows you to use your preferred directory navigation tool to inspect a database's metadata, sugar datastores and xml files. .PP .B FsGateway 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. .SS storage_type can be: .PP .B tagfs .RS 4 You must provide the root directory of tree to examine as connection_string parameter. .RE .PP .B xmlfs .RS 4 You must provide the need the XML file to read as connection_string parameter. .RE .PP .B postgresql .RS 4 Specify the connection_string parameter like this one: .RS 4 Server=localhost; Database=mydb; User ID=username; Password=password; Port=5432; .RE .RE .PP .B sugar_datastore .RS 4 You must specify the directory used by the Sugar datastore as connection_string parameter. .RE .PP .B MySQL5 .RS 4 Specify the connection_string parameter like this one: .RS 4 Server=localhost; Database=mydb; User ID=username; Password=password; Port=3306; .RE .RE .PP .B SqlServer .RS 4 Specify the connection_string parameter like this one: .RS 4 Server=localhost,port; Database=mydb; User ID=username; Password=password; .RE or like this one: .RS 4 Server=localhost,port; Database=mydb; User ID=domainname\eusername; Password=password; Integrated Security=SSPI .RE For detail information about the parameters connection look at .B http://www.mono\-project.com/SQLClient .RE .SH "SEE ALSO" .BR fusermount (1) .SH "AUTHOR" fsgateway was written by Torello Querci .PP This manual page was written by Marco Nenciarini , for the Debian project (and may be used by others).