home/categories/databases
domain cluster

Databases

SQL, NoSQL, and database management tools.

3963 مهارةall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
sql-databases
32

add-sql-function

How to implement a new SQL feature in squirreling.

hyparam
hyparam
databases
open
sql-databases
31

dbt-materializations

Choosing and implementing dbt materializations (ephemeral, view, table, incremental, snapshots, Python models). Use this skill when deciding on materialization strategy, implementing incremental models, setting up snapshots for SCD Type 2 tracking, or creating Python models for machine learning workloads.

sfc-gh-dflippo
sfc-gh-dflippo
databases
open
sql-databases
31

query-optimize

Guidance for SQL query optimization tasks. This skill should be used when optimizing slow SQL queries, improving database performance, or rewriting queries to be more efficient. Covers query plan analysis, benchmarking strategies, and database-specific optimization techniques.

letta-ai
letta-ai
databases
open
sql-databases
31

query-optimize

This skill provides guidance for SQL query optimization tasks, including rewriting slow queries for better performance while preserving semantic equivalence. Use this skill when asked to optimize, improve performance of, or rewrite SQL queries, particularly when dealing with correlated subqueries, complex joins, or queries that need CTEs/window functions.

letta-ai
letta-ai
databases
open
sql-databases
31

dbt-artifacts

Monitor dbt execution using the dbt Artifacts package. Use this skill when you need to track test and model execution history, analyze run patterns over time, monitor data quality metrics, or enable programmatic access to dbt execution metadata across any dbt version or platform.

sfc-gh-dflippo
sfc-gh-dflippo
databases
open
sql-databases
31

dbt-projects-on-snowflake

Deploying, managing, executing, and monitoring dbt projects natively within Snowflake using dbt PROJECT objects and event tables. Use this skill when you want to set up dbt development workspaces, deploy projects to Snowflake, schedule automated runs, monitor execution with event tables, or enable team collaboration directly in Snowflake.

sfc-gh-dflippo
sfc-gh-dflippo
databases
open
sql-databases
31

dbt-performance

Optimizing dbt and Snowflake performance through materialization choices, clustering keys, warehouse sizing, and query optimization. Use this skill when addressing slow model builds, optimizing query performance, sizing warehouses, implementing clustering strategies, or troubleshooting performance issues.

sfc-gh-dflippo
sfc-gh-dflippo
databases
open
sql-databases
31

dbt-modeling

Writing dbt models with proper CTE patterns, SQL structure, and layer-specific templates. Use this skill when writing or refactoring dbt models, implementing CTE patterns, creating staging/intermediate/mart models, or ensuring proper SQL structure and dependencies.

sfc-gh-dflippo
sfc-gh-dflippo
databases
open
sql-databases
31

dbt-testing

dbt testing strategies using dbt_constraints for database-level enforcement, generic tests, and singular tests. Use this skill when implementing data quality checks, adding primary/foreign key constraints, creating custom tests, or establishing comprehensive testing frameworks across bronze/silver/gold layers.

sfc-gh-dflippo
sfc-gh-dflippo
databases
open
sql-databases
31

schemachange

Deploying and managing Snowflake database objects using version control with schemachange. Use this skill when you need to manage database migrations for objects not handled by dbt, implement CI/CD pipelines for schema changes, or coordinate deployments across multiple environments.

sfc-gh-dflippo
sfc-gh-dflippo
databases
open
sql-databases
31

dbt-projects-snowflake-setup

Step-by-step setup guide for dbt Projects on Snowflake including prerequisites, external access integration, Git API integration, event table configuration, and automated scheduling. Use this skill when setting up dbt Projects on Snowflake for the first time or troubleshooting setup issues.

sfc-gh-dflippo
sfc-gh-dflippo
databases
open
sql-databases
31

dbt-commands

dbt command-line operations, model selection syntax, Jinja patterns, troubleshooting, and debugging. Use this skill when running dbt commands, selecting specific models, debugging compilation errors, using Jinja macros, or troubleshooting dbt execution issues.

sfc-gh-dflippo
sfc-gh-dflippo
databases
open
sql-databases
31

sqlite-db-truncate

Guidance for recovering data from corrupted or truncated SQLite database files through binary analysis and manual parsing. This skill applies when working with damaged SQLite databases that cannot be opened with standard tools, particularly when corruption is due to binary truncation, incomplete writes, or filesystem errors.

letta-ai
letta-ai
databases
open
sql-databases
31

db-wal-recovery

Guidance for recovering data from SQLite Write-Ahead Log (WAL) files that may be corrupted, encrypted, or inaccessible. This skill should be used when tasks involve database recovery, WAL file analysis, decrypting database files, or recovering missing/corrupted SQLite data. Helps avoid common pitfalls like fabricating data based on patterns instead of actual recovery.

letta-ai
letta-ai
databases
open
sql-databases
31

postgresql-psql

Comprehensive guide for PostgreSQL psql - the interactive terminal client for PostgreSQL. Use when connecting to PostgreSQL databases, executing queries, managing databases/tables, configuring connection options, formatting output, writing scripts, managing transactions, and using advanced psql features for database administration and development.

timelessco
timelessco
databases
open
sql-databases
31

sqlite-db-truncate

This skill should be used when recovering data from corrupted or truncated SQLite databases. Apply this skill when a .db file cannot be opened with standard SQLite tools, when binary truncation has occurred, or when manual parsing of the SQLite binary format is needed to extract recoverable data.

letta-ai
letta-ai
databases
open
sql-databases
31

db-wal-recovery

Guide for recovering data from SQLite Write-Ahead Log (WAL) files that may be corrupted, encrypted, or inaccessible through standard methods. This skill should be used when tasks involve SQLite database recovery, WAL file analysis, encrypted database files, or discrepancies between tool outputs and filesystem access.

letta-ai
letta-ai
databases
open
database-tools
31

supabase-migration

Generate Supabase database migrations for the gnubok project with correct RLS policies, triggers, indexes, and Swedish accounting constraints. Use when creating new tables, adding columns, modifying constraints (e.g. source_type CHECK), or any DDL operation on the Supabase database. Ensures legal compliance with BFL 7-year retention, immutability triggers, and period lock enforcement.

erp-mafia
erp-mafia
databases
open
database-tools
31

prisma-postgres-setup

Set up a new Prisma Postgres database and connect it to a local project using the Management API. Use when asked to "set up a database", "create a Prisma Postgres project", "get a connection string", "connect my app to Prisma Postgres", or "provision a database".

prisma
prisma
databases
open
database-tools
31

database-migration

Use when performing database schema changes, data migrations, large table modifications, or when zero-downtime deployment is required - guides systematic, reversible database changes with rollback planning

JeremyDev87
JeremyDev87
databases
open
sql-databases
31

p3c-mysql-database

Provides MySQL database coding standards including table creation, SQL statements, indexing, and ORM mapping rules. Invoke when user asks about MySQL best practices, database design, or SQL optimization.

jie023
jie023
databases
open
database-tools
31

prisma-upgrade-v7

Complete migration guide from Prisma ORM v6 to v7 covering all breaking changes. Use when upgrading Prisma versions, encountering v7 errors, or migrating existing projects. Triggers on "upgrade to prisma 7", "prisma 7 migration", "prisma-client generator", "driver adapter required".

prisma
prisma
databases
open
nosql-databases
31

redis

Redis 数据库管理

chaterm
chaterm
databases
open
nosql-databases
31

mongodb

MongoDB 数据库管理

chaterm
chaterm
databases
open
Previous
Page 62 / 166
Next