CodingKeys
enum CodingKeys: CodingKey
The coding keys
Note
Only those items will be in the database-
The ID of the chord
Declaration
Swift
case id -
The frets of the chord
Declaration
Swift
case frets -
The fingers of the chord
Declaration
Swift
case fingers -
The base fret of the chord
Declaration
Swift
case baseFret -
The root of the chord
Declaration
Swift
case root -
The quality of the chord
Declaration
Swift
case quality -
The optional bass note of the chord
Declaration
Swift
case bass
View on GitHub