Skip to content

refactor(store): improve SQL connections - #2363

Open
juan518munoz wants to merge 2 commits into
nextfrom
jmunoz-sql-connections
Open

refactor(store): improve SQL connections#2363
juan518munoz wants to merge 2 commits into
nextfrom
jmunoz-sql-connections

Conversation

@juan518munoz

@juan518munoz juan518munoz commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator
  • Restrict store access to a single connection at a time.
  • Replace eprintln! errors with tracing.
  • Make use of PathBuf for db paths (replaces String)

Closes #2349

@juan518munoz
juan518munoz marked this pull request as ready for review August 6, 2026 19:29
@igamigo igamigo changed the title refactor: improve sql connections refactor(sql): improve connections Aug 7, 2026
@juan518munoz juan518munoz changed the title refactor(sql): improve connections refactor(store): improve SQL connections Aug 7, 2026
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.

SQL store hardening - Connection handling

1 participant