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: postgresql

Browse skills that share this tag.

  • supabase-analytics - Set Up Supabase-Native Analytics for Multi-Tenant Platform
    supabaseanalyticspostgresqlrls

    ★ 1 · Updated 2026-09-21

    Sets up Supabase-native analytics including custom event tables with RLS, per-tenant views, query performance monitoring, and Logflare logs.

    ⚙ Create analytics events database table⚙ Configure row level security policies⚙ Create per-tenant analytics aggregated views
  • databases - MongoDB and PostgreSQL Database Guide
    databasesmongodbpostgresqlsql

    ★ 602 · Updated 2026-09-18

    Provides guidance and tools for working with MongoDB document databases and PostgreSQL relational databases.

    ⚙ Design database schemas⚙ Write database queries⚙ Build aggregation pipelines
  • prisma-database-setup - Configure Prisma ORM with database providers.
    prismadatabaseormpostgresql

    ★ 0 · Updated 2026-09-16

    Guides for configuring Prisma ORM with database providers such as PostgreSQL, MySQL, SQLite, and MongoDB, and setting up Prisma Client.

    ⚙ Configure database providers in Prisma⚙ Generate Prisma Client for projects⚙ Instantiate Prisma Client with adapters
  • drizzle-best-practices - Drizzle ORM Best Practices for PostgreSQL
    drizzle-ormpostgresqltypescriptorm

    ★ 20 · Updated 2026-09-16

    Provides best practices and guidance for Drizzle ORM with PostgreSQL in TypeScript.

    ⚙ Design Postgres table schemas⚙ Model relations between tables⚙ Write Drizzle database queries
  • prisma-database-setup - Prisma Database Setup Guides
    prismadatabaseormpostgresql

    ★ 1 · Updated 2026-09-16

    Provides guides for configuring Prisma ORM with database providers including PostgreSQL, MySQL, SQLite, and MongoDB.

    ⚙ Initialize new Prisma projects⚙ Switch database providers⚙ Configure connection strings
  • typescript-distributed-lock - TypeScript Distributed Lock
    typescriptdistributed-lockredispostgresql

    ★ 0 · Updated 2026-09-14

    Implement safe distributed locks in TypeScript using Redis, PostgreSQL advisory locks, lease renewal, and fencing tokens for multi-instance Node workers.

    ⚙ Acquire Redis locks with TTL⚙ Release Redis locks via Lua⚙ Acquire PostgreSQL advisory locks
  • profiling-slow-api-endpoints - Profile slow PostHog API endpoints in Postgres or Python.
    postgresqlpythondjangoapm

    ★ 39,782 · Updated 2026-09-14

    Profiles slow PostHog API endpoints spending time in Postgres or Python using APM traces, production EXPLAIN, and post-deploy verification.

    ⚙ Analyze APM performance traces⚙ Capture exact SQL and parameters⚙ Run production database EXPLAIN queries
  • postgresql-optimization - PostgreSQL database optimization and query tuning workflow
    postgresqldatabase-optimizationquery-tuningindexing

    ★ 0 · Updated 2026-09-14

    PostgreSQL database optimization workflow for query tuning, indexing strategies, performance analysis, and production database management.

    ⚙ Assess database performance⚙ Analyze query execution plans⚙ Design database indexing strategies
  • postgresql-optimization - PostgreSQL Database Optimization Workflow
    postgresqldatabase-optimizationquery-tuningindexing

    ★ 1 · Updated 2026-09-13

    Provides a workflow for PostgreSQL query tuning, indexing strategies, performance analysis, configuration tuning, and database maintenance.

    ⚙ Assess database performance⚙ Analyze slow queries⚙ Design indexing strategies
  • pg-partitioning - Partition PostgreSQL tables and manage partitions.
    postgresqldatabasepartitioningsql

    ★ 0 · Updated 2026-09-13

    Partitions large PostgreSQL tables and manages partition strategies, lifecycles, pruning, and data migrations.

    ⚙ Partition large PostgreSQL tables⚙ Select suitable partitioning strategies⚙ Manage partition lifecycles
  • postgres-patterns - PostgreSQL Database Patterns
    postgresqldatabasequery-optimizationschema-design

    ★ 8 · Updated 2026-09-13

    PostgreSQL database patterns for query optimization, schema design, indexing, and security based on Supabase best practices.

    ⚙ Write SQL queries or migrations⚙ Design database schemas⚙ Troubleshoot slow queries
  • postgres-patterns - PostgreSQL database patterns and reference
    postgresqldatabasesqlindexing

    ★ 17 · Updated 2026-09-13

    Provides PostgreSQL database patterns for query optimization, schema design, indexing, and security based on Supabase best practices.

    ⚙ Design database schemas⚙ Optimize SQL queries⚙ Create database indexes
  • BrainX V6 - Persistent vector memory engine for OpenClaw agents.
    vector-memorypostgresqlpgvectoropenai

    ★ 32 · Updated 2026-09-13

    BrainX V6 provides persistent vector memory, semantic search, and context management using PostgreSQL, pgvector, and OpenAI embeddings.

    ⚙ Store durable memories⚙ Search vector memories⚙ Inject memory context
  • db-performance - Debug and troubleshoot database performance in ettametta.
    databaseperformancepostgresqlsqlite

    ★ 0 · Updated 2026-09-12

    Investigate slow queries, connection pool issues, migration conflicts, N+1 patterns, and schema drift in ettametta.

    ⚙ Check database connection count⚙ Monitor active database queries⚙ Inspect database table sizes
  • Database Schema Designer - Design performant database schemas and migration strategies.
    databaseschema-designpostgresqlmysql

    ★ 1 · Updated 2026-09-11

    Designs normalized database schemas with proper indexing, constraints, and migration strategies, supporting PostgreSQL, MySQL, and SQLite.

    ⚙ Design normalized database schemas⚙ Model entity relationships⚙ Optimize database indexes
  • neon-async-db - Neon PostgreSQL Async Connection
    neonpostgresqlsqlalchemysqlmodel

    ★ 18 · Updated 2026-09-11

    Configures and manages asynchronous database connections for Neon Serverless PostgreSQL using SQLModel and SQLAlchemy.

    ⚙ Configure environment using DATABASE_URL⚙ Create async engine using asyncpg⚙ Implement get_async_session dependency
  • client-service-enablement - Client Service Enablement
    service-enablementorganizationauthorizationpostgresql

    ★ 1 · Updated 2026-09-10

    Reconciles an organization before enabling services, separates configuration from operational readiness, and preserves human authority.

    ⚙ Preview client service enablement⚙ Apply client service enablement⚙ Pause own service enablements
  • supabase-expert - Production-grade Supabase development guidance
    supabasepostgresqlrlsedge-functions

    ★ 602 · Updated 2026-09-09

    Provides design guidance for Supabase database design, RLS, auth, Edge Functions, Realtime, Storage, and pgvector AI applications.

    ⚙ Design Supabase database schemas⚙ Implement Row Level Security policies⚙ Configure authentication mechanisms
  • state-view-slice - Build State View Slices from Event Models
    state-viewread-modelprojectionpostgresql

    ★ 0 · Updated 2026-06-30

    Creates read model projections that consume events and project them into queryable PostgreSQL database tables.

    ⚙ Create projection handler files⚙ Create projection test files⚙ Create query API route files
  • database-admin - Cloud Database Administrator Expert
    databasecloudautomationdevops

    ★ 1 · Updated 2026-06-15

    Database administrator for cloud-native databases, automation, and reliability engineering across AWS, Azure, and GCP

    ⚙ provision databases⚙ configure cloud databases⚙ manage database schemas

Scroll to load more