vlcn-io / cr-sqlite

Convergent, Replicated SQLite. Multi-writer and CRDT support for SQLite
https://vlcn.io
MIT License
2.77k stars 76 forks source link

create a new vtab for "full row sync" #294

Open tantaman opened 1 year ago

tantaman commented 1 year ago

crsql_changes lets you pul individual columns

Many use cases likely want the full row, regardless of whether or not all columns changed.

We can implement a second vtab for this.