Skip to main content

Crate ta_db_proxy_sqlite

Crate ta_db_proxy_sqlite 

Source
Expand description

ta-db-proxy-sqlite — SQLite proxy plugin for Trusted Autonomy.

Implements DbProxyPlugin for SQLite databases. Uses a shadow copy approach: TA keeps a copy of the SQLite file in staging. The agent uses this shadow copy instead of the real DB. Mutations are captured and the shadow diff is used to replay on the real DB at ta draft apply time.

This is simpler than a wire protocol proxy since SQLite is file-based.

Re-exports§

pub use plugin::SqliteProxyPlugin;

Modules§

apply
classify
plugin