Type alias SchemaUpdateFunction

SchemaUpdateFunction: ((sql: postgres.Sql) => Promise<void> | void)

Type declaration

    • (sql: postgres.Sql): Promise<void> | void
    • Parameters

      • sql: postgres.Sql

      Returns Promise<void> | void

Generated using TypeDoc