Examples/orm.settings.ps1

@{
  # Default database file path
  DbPath   = 'C:\\data\\app.db'

  # Optional log file; when not set, logs go to Write-Verbose
  LogPath  = 'C:\\logs\\db.log'

  # Logging verbosity: DEBUG | INFO | WARN | ERROR
  LogLevel = 'INFO'
}