LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: NoSQL

Browse skills that share this tag.

  • database-patterns - Database Design and Access Patterns
    database designschema designrepository patternSQL

    ★ 282 · Updated 2026-05-11

    Design database schemas, implement repository patterns, optimize queries, and manage migrations for SQL/NoSQL databases

    ⚙ design schemas⚙ implement repository pattern⚙ write optimized queries
  • nosql-expert - Distributed NoSQL Design Expert
    NoSQLDatabase DesignCassandraDynamoDB

    ★ 6 · Updated 2026-03-21

    Provides design patterns and guidance for distributed NoSQL databases including Cassandra and DynamoDB

    ⚙ design data models⚙ design partition keys⚙ design clustering keys
  • how-to-store-sqlite-as-nosql-store - Store JSON documents in SQLite with TTL expiration
    SQLiteNoSQLJSONDocument Storage

    ★ 60 · Updated 2026-02-18

    Use SQLite's JSON support to create a document store with TTL-based expiration

    ⚙ create table for JSON documents⚙ save JSON documents⚙ read JSON documents