Aurora DSQL Tools
June 19, 2026 ยท View on GitHub
This monorepo contains developer tools for Amazon Aurora DSQL, AWS's serverless distributed SQL database.
Available Tools
VS Code Extensions
| Package | Description | Marketplace |
|---|---|---|
| sqltools-driver | SQLTools driver for Aurora DSQL |
SQL Linting
| Package | Description |
|---|---|
| dsql-lint | Lint and auto-fix SQL for Aurora DSQL compatibility |
Database Migration Tools
| Package | Description | Maven Central |
|---|---|---|
| flyway | Flyway database support for Aurora DSQL | |
| pgdump-proxy | Wire proxy that lets stock pg_dump / psql read an Aurora DSQL cluster | โ |
Documentation
See the README in each tool's directory for detailed usage instructions:
- dsql-lint documentation
- SQLTools Driver documentation
- Flyway support documentation
- pg_dump proxy documentation
Versioning
Each tool is versioned independently. Version numbers continue from their original standalone repositories to maintain backwards compatibility.
Contributing
See CONTRIBUTING.md for guidelines on how to contribute to this project.
Security
See CONTRIBUTING.md for information on reporting security issues.
License
Each package has its own license:
- VS Code SQLTools Driver: MIT-0
- Flyway Support: Apache-2.0