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.
claudbg/.beans/claudbg-goc1--libsql-db-set...

12 lines
398 B
Markdown

---
# claudbg-goc1
title: libsql DB setup and connection
status: todo
type: task
created_at: 2026-03-27T19:39:32Z
updated_at: 2026-03-27T19:39:32Z
parent: 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.