Reads Antigravity's internal state from the SQLite database.
Uses sql.js (pure JavaScript SQLite, compiled to WASM) which is
verified to work in Antigravity's Extension Host (unlike better-sqlite3
which fails due to ABI mismatch with Electron v22.21.1 / ABI v140).
Reads Antigravity's internal state from the SQLite database.
Uses sql.js (pure JavaScript SQLite, compiled to WASM) which is verified to work in Antigravity's Extension Host (unlike better-sqlite3 which fails due to ABI mismatch with Electron v22.21.1 / ABI v140).
Example