feat: support opening a branch directly via open_table

This commit is contained in:
Brendan Clement
2026-06-02 22:40:13 -07:00
parent c13c3184cf
commit 38454969cd
7 changed files with 108 additions and 15 deletions

View File

@@ -8,6 +8,18 @@
## Properties
### branch?
```ts
optional branch: string;
```
Open the table scoped to this branch instead of the default branch.
Reads and writes on the returned table operate in the branch's context.
***
### ~~indexCacheSize?~~
```ts