You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: add tests for keep connection feature (#27)
* fix: move `db_path` & `_connection` setup ahead of any fallible ops
`db_path` and `_connection` are now initialized before running code that
could raise, ensuring `__del__` never touches undefined attributes even
if later steps fail.
0 commit comments