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.
398 B
398 B
| title | status | type | created_at | updated_at | parent |
|---|---|---|---|---|---|
| libsql DB setup and connection | todo | task | 2026-03-27T19:39:32Z | 2026-03-27T19:39:32Z | claudbg-6wkk |
Initialize a libsql connection to ~/.claude/claudbg.db using tokio. Create the DB file if it does not exist. Expose a DbPool or Connection handle shared across the app. Support a --clear flag that drops and recreates the DB.