Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The configuration file for Iguana’s database driver settings is found here:

<instance directory>/configurations/database/database.json

A single database.json file store all of the database driver library paths configured in Iguana’s Database drivers settings. An example component file may look like this:

{
    "mysql": "/usr/local/lib/libmariadb.dylib",
    "odbc": "/usr/local/Cellar/unixodbc/2.3.11/lib/libodbc.dylib",
    "oracle": "/usr/local/lib/libclntsh.dylib"
}

  • No labels