LogoClawIndex
CasesSkillsAbout
LogoClawIndex

appflare-querying - Appflare ctx.db database access and queries

Read, write, filter, paginate, aggregate, and execute atomic transactions using the typed Appflare ctx.db database API.

Tags

Updated: 2026-09-16

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Query data with filters
  • Paginate records with cursors
  • Insert and update records
  • Execute atomic batch transactions
  • Calculate count and aggregates
  • Perform raw Drizzle queries

Inputs

  • Appflare handler context
  • Database schema definition
  • Query parameters and filters

Outputs

  • Queried database records
  • Updated database state
  • Aggregated computation results

Requirements

  • Appflare framework runtime
  • Configured database schema

Source

  • Spec: SKILL.md

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.
appflare
database
ctx-db
drizzle
orm
data-access
Query data with filters
Paginate records with cursors
Insert and update records
Execute atomic batch transactions
Appflare handler context
Database schema definition
Query parameters and filters
Queried database records
Updated database state
Aggregated computation results