puda-database
Database Query
Query the puda database using the puda CLI with SQL.
Purpose
This skill enables querying the puda database: understanding its schema and executing SQL statements via the puda CLI.
When to Use
Load this skill when:
- Users want to query or inspect puda database data
- Users need to understand table and column structure before writing SQL
- Running ad-hoc SQL (e.g. filtering
command_logbycommand_name)
Required Resources
IMPORTANT: Before writing or running SQL, consult the schema:
More from pudap/skills
puda
Setup puda project, CLI installation, and project/experiment structure. Use when initializing a Puda project, puda experiment, or when updating skills is needed
29puda-memory
Maintains project.md as the single source of truth for a project. Use after creating or updating protocols, or after running protocols, to record protocol runs, links, and history with timestamps.
29puda-protocol
Protocol creation for PUDA. Use when doing anything related to PUDA protocols
29puda-report
Use this skill when generating reports on PUDA experiments. Data analysis, plotting graphs, extract data and hashing of data to create an experiment report.
28puda-edge
Creating an edge client to integrate any machine into PUDA. Use when scaffolding a new machine edge service, writing a machine driver, or setting up the NATS-based communication layer for a machine
28puda-data
Extract, hash, export, and report on PUDA experimental data. Provides data provenance through SHA-256 hashing. Supports multiple devices (first, biologic) and measurement types (CV, OCV, CA, PEIS, GEIS).
28