database-operations

Community

Streamlit DB patterns and migrations.

Authorgizix
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill covers database connection management, query patterns, transactions, and migrations in Streamlit apps.

Core Features & Use Cases

  • Connection Management: Reusable connection handling with caching.
  • Query Patterns: Standardized data access functions.
  • Migrations & Errors: Safe schema changes and error handling patterns.

Quick Start

Establish a cached SQLAlchemy session and run a simple query from within a Streamlit script.

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: database-operations
Download link: https://github.com/gizix/cc_projects/archive/main.zip#database-operations

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository