Skip to content

Conversation

@pmorris-dev
Copy link
Contributor

  • This PR plumbs the feature through (TS -> commands -> wrapper)
  • Introducing a new builder pattern to chain the attach() fn
    • The attach() fn can be chained with any query fn
    • This prevents introducing optional attached db params everywhere
  • Unfortunately we never set up eslint in this repo so this PR adds that
    • This has resulted in a lot of changes to the TS files
    • However this is a good time to do it because the builder pattern meant significant changes to the TS anyway
  • Also doubled back to add tests for the new attached.rs API which was added in the last PR

@pmorris-dev pmorris-dev force-pushed the support_attached_databases branch 3 times, most recently from fd1bb39 to d6b875e Compare January 8, 2026 21:08
- This PR plumbs the feature through (TS -> commands -> wrapper)
- Introducing a new builder pattern to chain the attach() fn
  - The attach() fn can be chained with any query fn
  - This prevents introducing optional attached db params everywhere
- Unfortunately we never set up eslint in this repo so this PR adds that
  - This has resulted in a lot of changes to the TS files
  - However this is a good time to do it because the builder pattern
     meant significant changes to the TS anyway
- Also doubled back to add tests for the new attached.rs API which was
   added in the last PR
@pmorris-dev pmorris-dev force-pushed the support_attached_databases branch from d6b875e to 65359d9 Compare January 8, 2026 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant