select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Replication and streams

pg_turso

Postgres output plugin for replicating data to Turso.

pgext.cloud · Source code · Documentation · Control file

Overview

Packagepg_turso
Version1.0
RepositoryUnspecified
Extension typeStandard
Project statusArchived
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars75
Latest commit2024-01-11
Catalogue updated2026-08-30

Related extensions

Requires

pg_cronJob scheduler for PostgreSQL

See also

replisomeLogical-decoding output plugin and Python consumer framework for streaming PostgreSQL row changes as JSON.
pgcatEnhanced logical replication extension for per-table subscriptions, table mapping, and replica-identity tracking.
londisteLondiste replication support code
pgl_validateCross-node data validation for pglogical and PostgreSQL logical replication — lag-correct, contract-aware row-count and checksum verification with sound (zero-false-positive) divergence detection.
decoderbufsLogical decoding plugin that delivers WAL stream changes using a Protocol Buffer format
pgoutputLogical Replication output plugin
wal2jsonChanging data capture in JSON format
tencentdb_failover_slotTencentDB proprietary kernel extension that synchronizes logical replication-slot state to standby nodes so subscriptions can continue across primary/standby failover.
decoder_rawOutput plugin for logical replication in Raw SQL format
pgcaptureA scalable Netflix DBLog implementation for PostgreSQL