Reference repository for common database scripts and reusable DDL templates.
mysql/: MySQL-specific scripts and templatesmssql/: Microsoft SQL Server-specific scripts and templatesshared/: Cross-engine conventions, snippets, and checklists
references/: Frequently used operational scripts (backup, maintenance, security, etc.)templates/ddl/: DDL starter templates (tables, views, procedures, functions, triggers, indexes, constraints)
Each engine (mysql/, mssql/) includes starter scripts under:
references/administrationreferences/backup_restorereferences/data_migrationreferences/maintenancereferences/securityreferences/performance
Each engine also includes DDL templates under:
templates/ddl/tablestemplates/ddl/viewstemplates/ddl/stored_procedurestemplates/ddl/functionstemplates/ddl/triggerstemplates/ddl/indexestemplates/ddl/constraints
shared/conventions/naming_conventions.mdshared/checklists/deployment_checklist.mdshared/snippets/transaction_patterns.md
Use these files as baseline templates and adapt schema names, table names, users/logins, and file paths per environment.