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 5 times, most recently from 65359d9 to 1112230 Compare January 12, 2026 01:44
- 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 1112230 to 48a48fc Compare January 12, 2026 16:10
@jjhafer jjhafer merged commit fdd8b2d into silvermine:master Jan 12, 2026
1 check passed
@pmorris-dev pmorris-dev deleted the support_attached_databases branch January 13, 2026 13:50
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.

2 participants