Skip to content

PrimaryKey

Josh Wright edited this page Jan 13, 2021 · 3 revisions

PrimaryKey

Represents a type that may be a primary key in a database. Out of the box UUID, String and Int are supported but you can easily support your own by conforming to this protocol.

public protocol PrimaryKey: Hashable, Parameter, Codable

Inheritance

Codable, Hashable, Parameter

Alchemy
Types
Protocols
Global Typealiases
Global Variables
Global Functions
Fusion
Types
Protocols
Papyrus
Types
Protocols
Clone this wiki locally