Config

data class Config @JvmOverloads constructor(val database: String? = null, val ignore: Regex? = null) : Record

Configuration for Verifier.verify.

Constructors

Link copied to clipboard
constructor(database: String? = null, ignore: Regex? = null)

Properties

Link copied to clipboard
val database: String? = null

if not null, the database to verify, otherwise, the default database for the authenticated user

Link copied to clipboard
val ignore: Regex? = null

if not null, Verifier.verify ignores Violation.schemaViolations that match the Regex