Static Property (Default implementation)grdb 7.1.0GRDB

databaseTableName

The default name of the database table is derived from the name of the type.

TableRecord.swift:224
static var databaseTableName: String { get }
  • Player -> “player”

  • Place -> “place”

  • PostalAddress -> “postalAddress”

  • HTTPRequest -> “httpRequest”

  • TOEFL -> “toefl”