Skip to content

Define and Describe Plugin API#7

Merged
jjhafer merged 8 commits intosilvermine:masterfrom
pmorris-dev:plugin_api
Nov 28, 2025
Merged

Define and Describe Plugin API#7
jjhafer merged 8 commits intosilvermine:masterfrom
pmorris-dev:plugin_api

Conversation

@pmorris-dev
Copy link
Copy Markdown
Contributor

@pmorris-dev pmorris-dev commented Nov 27, 2025

  • Add rollup.config.js, following the pattern in tauri-plugin-sql
  • Clean up some Clippy errors

- Brought in needed dependencies and moved to strict versioning.

- Note: Rust uses "^" versioning by default.
- Following SQLx's fetch, fetchOne and execute semantics
- Fixed clippy warnings: nested ifs, explicit deref, and len() > 0 checks.
Comment thread crates/sqlx-sqlite-conn-mgr/Cargo.toml
Comment thread README.md
Comment thread guest-js/index.ts Outdated
Comment thread guest-js/index.ts Outdated
Comment thread guest-js/index.ts
- Until we can discuss and decide on a strategy for Rust,
strict versioning seems too restrictive
@jjhafer jjhafer merged commit 0536341 into silvermine:master Nov 28, 2025
1 check passed
@pmorris-dev pmorris-dev deleted the plugin_api branch November 28, 2025 18:18
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.

3 participants