LineDumpFormat

A format that prints one line per database value. All blob values are interpreted as strings.

LineDumpFormat.swift:25
struct LineDumpFormat

For example:

//  name = Arthur
// score = 500
//
//  name = Barbara
// score = 1000
try db.dumpRequest(Player.all(), format: .line())