Allow for Adding Database Connection Options #4160
Labels
status: accepted
This issue has been accepted for implementation
type: documentation
A change or addition to the documentation
Environment
Proposed Functionality
Django supports the
OPTIONS
keyword for a database configuration. This could be used to pass custom options & context when connecting to the database.By default,
OPTIONS
can be an empty dictionary{}
Use Case
For instance, in certain circumstances, such as with shared databases, NetBox may not have full admin privilege over the database and may need to be limited to a specific schema. Not only may this be preferred, but in some environments, it might be necessary due to the availability of developer environments.
Database Changes
None
External Dependencies
None
The text was updated successfully, but these errors were encountered: