Skip to content

feat: run commands with locked envelope#59

Merged
mattrighetti merged 1 commit intomasterfrom
feat/locked-commands
Apr 2, 2026
Merged

feat: run commands with locked envelope#59
mattrighetti merged 1 commit intomasterfrom
feat/locked-commands

Conversation

@mattrighetti
Copy link
Copy Markdown
Owner

Work for #56

@mattrighetti mattrighetti force-pushed the feat/locked-commands branch from e2a8f88 to 9802212 Compare March 22, 2026 12:49
rand = "0.10.0"
rpassword = "7.4.0"
sqlx = { version = "0.8", features = ["sqlite", "runtime-tokio", "macros"] }
sqlx = { version = "0.9.0-alpha", features = ["sqlite", "sqlite-deserialize", "runtime-tokio", "macros"] }
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needed for sqlite_deserialize() and sqlite_serialize()

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#60

@mattrighetti mattrighetti force-pushed the feat/locked-commands branch from 0678c63 to 6701d4c Compare April 1, 2026 12:16
@mattrighetti mattrighetti linked an issue Apr 1, 2026 that may be closed by this pull request
@mattrighetti mattrighetti force-pushed the feat/locked-commands branch 2 times, most recently from 7c8c4aa to f0b0e0b Compare April 2, 2026 00:47
@mattrighetti mattrighetti self-assigned this Apr 2, 2026
@mattrighetti mattrighetti changed the title run commands with locked envelope feat: run commands with locked envelope Apr 2, 2026
mattrighetti added a commit that referenced this pull request Apr 2, 2026
Allow commands to run on locked envelopes by prompting for password and
decrypting in memory, with automatic re-encryption if the database is
modified.

Closes #59
@mattrighetti mattrighetti force-pushed the feat/locked-commands branch from f0b0e0b to fd0d3a1 Compare April 2, 2026 00:50
Allow commands to run on locked envelopes by prompting for password and
decrypting in memory, with automatic re-encryption if the database is
modified.

Closes #56
@mattrighetti mattrighetti force-pushed the feat/locked-commands branch from fd0d3a1 to 51ce468 Compare April 2, 2026 00:51
@mattrighetti mattrighetti merged commit 3240a9f into master Apr 2, 2026
12 checks passed
@mattrighetti mattrighetti deleted the feat/locked-commands branch April 2, 2026 00:54
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.

enable commands on locked envelope

1 participant