SQLite to Fast SQL Migration Migrate bridge-based SQLite or SQL plugins to . When to Use This Skill - User wants to replace an existing SQLite or SQL plugin - User needs better performance for large result sets or sync-style writes - User wants encrypted local storage, transactions, batch writes, or BLOB support - User wants a key-value wrapper backed by Fast SQL instead of a legacy storage plugin Live Project Snapshot Detected SQL-related packages: ! Why Fast SQL Fast SQL is the preferred migration target because it avoids heavy bridge serialization by using a local HTTP transport to native…