<!-- --- title: Rosettascripts Database Connection Options -->### RosettaScripts Database Connection Options

Tags that require access to a relational database all take options to setup the connection. As an example, consider the ReportToDB mover, e.g.

   <ReportToDB database_mode=postgres database_name=interface_design pq_schema=stage4/>

where rosetta has been compiled with postgres support. The host , port , username , and password options are specified in a file ~/.pgpass for security reasons.

If an option not provided, the options described below fall back on options in the option system replacing database_ with -inout:dbms:

General Options

Sqlite3 Specific Options

PostgreSQL Specific Options

MySQL Specific Options