Commit efdbbaf
Add SessionFs sqlite support for runtime sqlite routing
Update SDK to support the new sqlite() method on SessionFs, allowing
SDK apps to intercept per-session SQLite operations.
Key changes:
- SessionFsProvider.sqlite() accepts queryType parameter
- SessionFsSqliteQueryType exported from all entry points
- handleSqlite flag on SessionFsConfig
- Regenerated types for all language SDKs (Node, Python, Go, C#, Rust)
- E2E test for sqlite round-trip with queryType dispatch
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 9a19838 commit efdbbaf
20 files changed
Lines changed: 8150 additions & 1092 deletions
File tree
- dotnet/src
- Generated
- go
- rpc
- nodejs
- src
- generated
- test/e2e
- python/copilot/generated
- rust/src/generated
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1297 | 1297 | | |
1298 | 1298 | | |
1299 | 1299 | | |
| 1300 | + | |
1300 | 1301 | | |
1301 | 1302 | | |
1302 | 1303 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments