|
1 | 1 | --- |
2 | 2 | name: dsql |
3 | | -description: "Build with Aurora DSQL — manage schemas, execute queries, handle migrations, diagnose query plans, load data, and develop applications with a serverless, distributed SQL database. Covers IAM auth, multi-tenant patterns, MySQL-to-DSQL and PostgreSQL-to-DSQL schema conversion, FK replacement code generation, OCC retry patterns, ORM migration (Django/Hibernate/Rails), DDL operations, query plan explainability, SQL compatibility validation, and bulk data loading. Triggers on phrases like: DSQL, Aurora DSQL, distributed SQL database, serverless PostgreSQL-compatible database, migrate to DSQL, DSQL query plan, DSQL EXPLAIN ANALYZE, DSQL ENUM, DSQL foreign key, DSQL OCC retry, DSQL multi-region, DSQL JSONB, DSQL GIN index, load into DSQL, load CSV into DSQL, bulk load DSQL, aurora-dsql-loader." |
| 3 | +description: "Build with Aurora DSQL — manage schemas, execute queries, handle migrations, diagnose query plans, load data, and develop applications with a serverless, distributed SQL database. Covers IAM auth, multi-tenant patterns, MySQL-to-DSQL and PostgreSQL-to-DSQL schema conversion, FK replacement code generation, OCC retry patterns, ORM migration (Django/EF Core/Hibernate/Rails), DDL operations, query plan explainability, SQL compatibility validation, and bulk data loading. Triggers on phrases like: DSQL, Aurora DSQL, distributed SQL database, serverless PostgreSQL-compatible database, migrate to DSQL, DSQL query plan, DSQL EXPLAIN ANALYZE, DSQL ENUM, DSQL foreign key, DSQL OCC retry, DSQL multi-region, DSQL JSONB, DSQL GIN index, load into DSQL, load CSV into DSQL, bulk load DSQL, aurora-dsql-loader." |
4 | 4 | license: Apache-2.0 |
5 | 5 | metadata: |
6 | | - tags: aws, aurora, dsql, distributed-sql, distributed, distributed-database, database, serverless, serverless-database, postgresql, postgres, sql, schema, migration, multi-tenant, iam-auth, aurora-dsql, mcp, orm, enum, foreign-key, occ-retry, django, hibernate, rails, multi-region, schema-conversion, type-mapping, data-loading |
| 6 | + tags: aws, aurora, dsql, distributed-sql, distributed, distributed-database, database, serverless, serverless-database, postgresql, postgres, sql, schema, migration, multi-tenant, iam-auth, aurora-dsql, mcp, orm, enum, foreign-key, occ-retry, django, ef-core, dotnet, csharp, hibernate, rails, multi-region, schema-conversion, type-mapping, data-loading |
7 | 7 | --- |
8 | 8 |
|
9 | 9 | # Amazon Aurora DSQL Skill |
@@ -65,9 +65,9 @@ Load these files as needed for detailed guidance: |
65 | 65 |
|
66 | 66 | ### ORM Guides: |
67 | 67 |
|
68 | | -| Reference | When to Load | Contains | |
69 | | -| ----------------------------------------------------------- | ------------------------- | ---------------------------------------------------------------- | |
70 | | -| [orm-guides/overview.md](references/orm-guides/overview.md) | Migrating any ORM to DSQL | Adapter names, key gotchas for Django/Hibernate/Rails/SQLAlchemy | |
| 68 | +| Reference | When to Load | Contains | |
| 69 | +| ----------------------------------------------------------- | ------------------------- | ------------------------------------------------------------------------ | |
| 70 | +| [orm-guides/overview.md](references/orm-guides/overview.md) | Migrating any ORM to DSQL | Adapter names, key gotchas for Django/EF Core/Hibernate/Rails/SQLAlchemy | |
71 | 71 |
|
72 | 72 | ### Data Loading: |
73 | 73 |
|
@@ -231,7 +231,7 @@ MUST load [query-plan/workflow.md](references/query-plan/workflow.md) at entry |
231 | 231 |
|
232 | 232 | MUST load [pg-migrations/type-mapping.md](references/pg-migrations/type-mapping.md) and [pg-migrations/schema-objects.md](references/pg-migrations/schema-objects.md). Run `dsql_lint(fix=true)` first for mechanical fixes, then apply semantic conversions from the pg-migrations references for unfixable diagnostics and patterns the linter cannot handle. Re-lint the final output before deploying. |
233 | 233 |
|
234 | | -### Workflow 11: ORM Migration (Django/Hibernate/Rails) |
| 234 | +### Workflow 11: ORM Migration (Django/EF Core/Hibernate/Rails) |
235 | 235 |
|
236 | 236 | Load [orm-guides/overview.md](references/orm-guides/overview.md) for adapter names and framework-specific gotchas. |
237 | 237 |
|
|
0 commit comments