Commit 28bb17b
authored
feat: Add Amazon DynamoDB database support (#389)
* feat: add Amazon DynamoDB database support
Implements a new DynamoDB driver plugin with PartiQL query support,
AWS IAM/Profile/SSO authentication, GSI/LSI browsing, table scanning
with cursor-based pagination, capacity/metrics display, DynamoDB Local
support, and cell editing via PartiQL INSERT/UPDATE/DELETE generation.
* fix: address PR review feedback for DynamoDB support
* feat: store plugin secure fields in Keychain, add DynamoDB tests
* fix: address second round of PR review feedback
* fix: throw on invalid base64, default unknown filter ops to false
* fix: address third round of PR review feedback1 parent b1311db commit 28bb17b
30 files changed
Lines changed: 24358 additions & 18205 deletions
File tree
- Plugins/DynamoDBDriverPlugin
- TablePro.xcodeproj
- TableProTests
- PluginTestSources
- Plugins
- TablePro
- Assets.xcassets/dynamodb-icon.imageset
- Core
- Database
- Plugins
- Storage
- Models/Connection
- Resources
- ViewModels
- Views
- Connection
- Main
- docs
- databases
- vi/databases
- zh/databases
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments