- Published
- Author
- Syed SibtainSystem Analyst
Dolt Workbench. Local UI for Beads Issues
Dolt Workbench is a SQL UI tool that connects to our local Dolt database. We can browse issues, run queries, and see commit history and more
How to connect:
1. Make sure your Dolt server is running:
2. Open Dolt Workbench and create a new connection:
3. Leave password empty. Click "Launch Workbench".
What we can do:
• Browse tables: issues, dependencies, events, comments, config
• Run SQL queries: same as bd sql but with a visual editor
• View commit log: see every change made to the database
• Edit rows: update issue fields directly from the spreadsheet UI
• View diffs: compare changes between commits
#beads #dolt
Dolt Workbench is a SQL UI tool that connects to our local Dolt database. We can browse issues, run queries, and see commit history and more
How to connect:
1. Make sure your Dolt server is running:
Code
bd dolt start
bd dolt status # note the port number2. Open Dolt Workbench and create a new connection:
Code
Connection Name: <name-here>
Type: MySQL/Dolt
URL: :<port>/beads3. Leave password empty. Click "Launch Workbench".
What we can do:
• Browse tables: issues, dependencies, events, comments, config
• Run SQL queries: same as bd sql but with a visual editor
• View commit log: see every change made to the database
• Edit rows: update issue fields directly from the spreadsheet UI
• View diffs: compare changes between commits
#beads #dolt