Custom

data class Custom(val absoluteDirectoryPath: String) : DatabasePath

A custom directory path.

Constructors

Link copied to clipboard
constructor(absoluteDirectoryPath: String)

Properties

Link copied to clipboard

The absolute path to the directory where the database should be stored.