SQLite is the authority
Your application reads and writes typed entities against local SQLite. Normal reads never wait on a remote spreadsheet request.
Keep your app fast with SQLite. Keep your workflow visible in Google Sheets.
Add a row below — this mirrors the Hikoutei write path: commit to SQLite, queue in the durable outbox, then project to Sheets.
| id | name | projection | |
|---|---|---|---|
| u1 | Ada Lovelace | ada@example.com | ✓ synced |
| u2 | Grace Hopper | grace@example.com | ✓ synced |
Questions, ideas, or a project that needs Sheets as a human interface? Open an issue on GitHub, or start with the quick start guide.