View Source WalEx.Event.Source (WalEx v3.5.0)

Summary

Types

@type t() :: %WalEx.Event.Source{
  columns: map(),
  db: String.t(),
  name: term(),
  schema: String.t(),
  table: String.t(),
  version: String.t()
}