ForeignKeyInfo

Information about a foreign key.

Database+Schema.swift:1558
struct ForeignKeyInfo

You get ForeignKeyInfo instances with the foreignKeys(on:in:) Database method.

Related SQLite documentation: pragma foreign_key_list.