Creates a new Settings object with the schema specified by schema_id and a
given SettingsBackend and path.
This is a mix of Settings.with_backend and Settings.with_path.
| schema_id |
the id of the schema |
| backend |
the SettingsBackend to use |
| path |
the path to use |
|
a new Settings object |