how-to-store-sqlite-as-nosql-store

Community

SQLite as a NoSQL store with TTL

Authorrodydavis
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill demonstrates how to use SQLite's JSON capabilities to create a NoSQL-like document store, including automatic data expiration.

Core Features & Use Cases

  • JSON Document Storage: Store semi-structured data within SQLite tables.
  • TTL-based Expiration: Automatically remove old documents based on a Time-To-Live setting.
  • NoSQL Emulation: Mimic the flexibility of NoSQL databases using a relational database.
  • Use Case: Manage configuration settings or user preferences as JSON documents in an embedded database, with old settings automatically purged.

Quick Start

Use the how-to-store-sqlite-as-nosql-store skill to save a JSON document with the path '/my/data' and a TTL of 3600 seconds.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 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: how-to-store-sqlite-as-nosql-store
Download link: https://github.com/rodydavis/skills/archive/main.zip#how-to-store-sqlite-as-nosql-store

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.