database

Verified·Scanned 2/17/2026

Database management and queries. Connect to SQL and NoSQL databases, run queries, and manage schemas.

from clawhub.ai·v62cc271·714 B·0 installs
Scanned from 1.1.0 at 62cc271 · Transparency log ↗
$ vett add clawhub.ai/0xterrybit/database

Database 🗄️

Database management and queries.

Supported Databases

  • PostgreSQL
  • MySQL
  • SQLite
  • MongoDB
  • Redis

Features

  • Run SQL queries
  • Schema management
  • Data export/import
  • Backup and restore
  • Performance monitoring

Usage Examples

"Show all tables in database"
"Run query: SELECT * FROM users LIMIT 10"
"Export table to CSV"

Safety Rules

  1. ALWAYS confirm before DELETE/DROP operations
  2. WARN about queries without WHERE clause