awesome-copilot/collections/database-data-management.md
Copilot dfe63f4542
Implement Collections feature for grouping related prompts, instructions, and chat modes (#232)
* Initial plan

* Implement core Collections feature with YAML parsing and README generation

Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>

* Complete Collections feature implementation with validation, tooling, and documentation

Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>

* Update generated README files to include collections instructions

* Fix YAML parsing logic bug: replace impossible condition with proper indentation check

Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>

* Refactor: Extract YAML parser to shared module and improve user experience

Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>

* fixing task and file permissions

* Better args handling

* Adding some more collections

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-09-17 10:15:34 +10:00

8.3 KiB

Database & Data Management

Database administration, SQL optimization, and data management tools for PostgreSQL, SQL Server, and general database development best practices.

Tags: database, sql, postgresql, sql-server, dba, optimization, queries, data-management

Items in this Collection

Title Type Description
MS-SQL Database Administrator
Install in VS Code
Install in VS Code Insiders
Chat Mode Work with Microsoft SQL Server databases using the MS SQL extension.
MS-SQL DBA Chat Mode Instructions
Install in VS Code
Install in VS Code Insiders
Instruction Instructions for customizing GitHub Copilot behavior for MS-SQL DBA chat mode.
PostgreSQL Code Review Assistant
Install in VS Code
Install in VS Code Insiders
Prompt PostgreSQL-specific code review assistant focusing on PostgreSQL best practices, anti-patterns, and unique quality standards. Covers JSONB operations, array usage, custom types, schema design, function optimization, and PostgreSQL-exclusive security features like Row Level Security (RLS).
PostgreSQL Database Administrator
Install in VS Code
Install in VS Code Insiders
Chat Mode Work with PostgreSQL databases using the PostgreSQL extension.
PostgreSQL Development Assistant
Install in VS Code
Install in VS Code Insiders
Prompt PostgreSQL-specific development assistant focusing on unique PostgreSQL features, advanced data types, and PostgreSQL-exclusive capabilities. Covers JSONB operations, array types, custom types, range/geometric types, full-text search, window functions, and PostgreSQL extensions ecosystem.
SQL Code Review
Install in VS Code
Install in VS Code Insiders
Prompt Universal SQL code review assistant that performs comprehensive security, maintainability, and code quality analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Focuses on SQL injection prevention, access control, code standards, and anti-pattern detection. Complements SQL optimization prompt for complete development coverage.
SQL Development
Install in VS Code
Install in VS Code Insiders
Instruction Guidelines for generating SQL statements and stored procedures
SQL Performance Optimization Assistant
Install in VS Code
Install in VS Code Insiders
Prompt Universal SQL performance optimization assistant for comprehensive query tuning, indexing strategies, and database performance analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Provides execution plan analysis, pagination optimization, batch operations, and performance monitoring guidance.

This collection includes 8 curated items for database & data management.