arduino-dbstorage-sqlstore

Community

Persist Uno Q app data with SQLite.

Authorkanine
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enables your Arduino Uno Q Python applications to reliably store and retrieve data, ensuring that critical information is not lost when the application restarts or the device powers down.

Core Features & Use Cases

  • Persistent Storage: Manages SQLite databases for long-term data persistence.
  • Schema Management: Allows for explicit table creation, schema evolution, and data integrity.
  • CRUD Operations: Supports storing, reading, updating, and deleting records with flexible querying.
  • Use Case: Store sensor readings, user configurations, or event logs from your Uno Q device, making them accessible even after power cycles.

Quick Start

Use the arduino-dbstorage-sqlstore skill to create a 'users' table with 'id', 'name', and 'age' columns and then store a record for 'Alice' aged 30.

Dependency Matrix

Required Modules

None required

Components

referencesscripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: arduino-dbstorage-sqlstore
Download link: https://github.com/kanine/arduinoq-projects/archive/main.zip#arduino-dbstorage-sqlstore

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.