object ConfigDb
- Companion:
- class
Type members
Classlikes
Value members
Concrete methods
Create a ConfigDb instance from binary content
Create a ConfigDb instance from binary content
- Value parameters:
- dbContent:
JSON, as a UTF-8 array of bytes
- printablePath:
DB location, for error messages
- Returns:
either an error on failure, or a ConfigDb instance on success
Creates a ConfigDb from a file
Creates a ConfigDb from a file
- Value parameters:
- path:
path to a config UTF-8 JSON file
- Returns:
either an error on failure, or a ConfigDb instance on success
Creates a ConfigDb from Scala CLI directories
Creates a ConfigDb from Scala CLI directories
- Value parameters:
- directories:
a Scala CLI Directories instance
- Returns:
either an error on failure, or a ConfigDb instance on success