💾
SQLite
availableCreate and query SQLite databases for local data storage, CSV processing, and data staging — no external credentials needed.
dataWhat This Skill Does
Create and query SQLite databases for local data storage, CSV processing, and data staging — no external credentials needed.
Capabilities
- Local Databases — Create SQLite databases for any purpose
- CSV Processing — Import and query CSV files with SQL
- Data Staging — Stage and transform data locally
- Zero Config — No credentials or server setup needed
How It Works
- Create a new database or open an existing one
- Write SQL queries or import CSV data
- All operations run locally in the workspace
- No external credentials or setup required
Example Usage
"Import this CSV and run SQL queries on it"
"Create a local database for processing results"
"Stage data from multiple sources into SQLite"