Skip to content

Extended Class

Application

extension Application

Topics

Structures

Instance Properties

Instance Methods

  • autoMigrate()
    Automatically runs forward migrations without confirmation. This can be triggered by passing --auto-migrate flag.
  • autoRevert()
    Automatically runs reverse migrations without confirmation. This can be triggered by passing --auto-revert during boot.
  • db(_:)
  • db(_:logger:)

Extended Structures

Extended Types