DirectMirror

The default PgIndexer: mirrors the upstream into XT as-is. A row from public.users lands in the users table; _id is taken from the row, with explicit _valid_from/_valid_to columns honoured when present.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
@Serializable
@SerialName(value = "!DirectMirror")
class Factory : PgIndexer.Factory

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
open override fun indexTx(tx: PostgresDriver.Transaction, openTx: OpenTx)