You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
- src/db/connection.rs: DbHandle type alias (Arc<libsql::Database>), open_db(), default_db_path() - src/db/schema.rs: run_migrations() creating sessions, messages, tool_uses, raw_sessions tables - src/db/sync.rs: ensure_synced() and force_resync() with lazy mtime/size-based staleness check - Cargo.toml: add tempfile dev-dependency for tests - Fix: scope read connection before write to avoid SQLite locked error Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
2 months ago | |
|---|---|---|
| .beans | 2 months ago | |
| .claude | 2 months ago | |
| src | 2 months ago | |
| .beans.yml | 2 months ago | |
| .envrc | 2 months ago | |
| .gitignore | 2 months ago | |
| Cargo.lock | 2 months ago | |
| Cargo.toml | 2 months ago | |
| flake.lock | 2 months ago | |
| flake.nix | 2 months ago | |