IPostgresSQL
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Listens for notifications on a specified PostgreSQL channel and executes a callback for each received notification.
Listens for notifications on specified PostgreSQL channels and executes a callback for each received notification.
Link copied to clipboard
abstract suspend fun migrate(supplier: () -> List<MigrationFile>, table: String, schema: String?, createSchema: Boolean, afterStatementExecution: suspend (Statement, Duration) -> Unit, afterFileMigration: suspend (Migration, Duration) -> Unit): Result<Migrator.Results>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Validates the name of a PostgreSQL channel to ensure it adheres to the naming rules.