flamerobin (1) Linux Manual Page
FlameRobin 0.7
Name
flamerobin – management and data manipulation tool for the Firebird DBMSSynopsis
flamerobin [ –h directory –-home = directory ] [ –uh directory –-user-home = directory ]Description
flamerobin is a graphical frontend to the Firebird DBMS. It is small and simple, yet offers all the basic features needed to create and manipulate databases, execute queries and perform administrative tasks.This manual page only documents the run-time options and environment of . Information about using the GUI may be obtained by selecting the Help – Manual menu item once the application is running.
flamerobin uses two directory hierarchies for its normal operation. The data directory contains the templates for property pages, the default configuration and the on-line documentation grouped into three sub-directories as follows:
- conf-defs
- default configuration
- docs
- on-line documentation
- html-templates
- templates for property pages
The user home directory contains the per-user configuration, comprising three entries:
- fr_databases.conf
- this file stores the user’s registered databases.
- fr_settings.conf
- this file stores the user’s preferences related to the flamerobin GUI.
- history
- this directory holds the SQL statement history, one item per file.
flamerobin accepts several options, which are described as follows:
- -h directory
- –home = directory
- Use directory as the data directory (but see Sx ENVIRONMENT below).
- -uh directory
- –user-home = directory
- Use directory as the user home directory (but see Sx ENVIRONMENT and Sx CAVEATS below).
Environment
- FR_HOME
- Specifies an alternate location for the flamerobin data directory
If both –h (or –-home and this environment variable are set, the command line argument takes precedence.
- FR_USER_HOME
- Specifies an alternate location for the flamerobin user home directory
If both –uh (or –-user-home and this environment variable are set, the command line argument takes precedence.
Files
- /usr/share/flamerobin
- The default flamerobin data directory
- ~/.flamerobin
- The default flamerobin user home directory
