├── README.md └── dynobase-gui.png /README.md: -------------------------------------------------------------------------------- 1 | ## Dynobase 2 | 3 | Modern, flexible and fast DynamoDB editor. Accelerate your workflow with multiple tabs & profiles, faster queries, bookmarks and more. 4 | 5 | ### [Download (macOS / Win / Linux)](https://builds.dynobase.dev) 6 | 7 | ![Dynobase](./dynobase-gui.png) 8 | 9 | or `brew install --cask dynobase` on Mac. 10 | 11 | ## Features 12 | 13 | - Explore datasets with ease and speed. Dynobase offers advanced filtering capabilities, autocomplete attribute names and better performance than AWS console 14 | - Easy navigation between tables on different accounts, profiles and regions 15 | - Visual query builder makes it easy to construct and run scans and queries 16 | - Exporting of all operations into CLI and popular languages SDK formats. No more writing queries; just copy and paste straight into your favorite IDE 17 | - Import and export your data from JSON or CSV files to DynamoDB and the other way around without writing complex scripts 18 | - Bookmarks and history to access you most frequent access patterns and previous queries 19 | - Support for MFA, SSO and credential-process-powered profiles 20 | - DynamoDB Offline/Local support 21 | - PartiQL support - use SQL-like language to query DynamoDB 22 | - Creating / Deleting / Purging DynamoDB tables 23 | - Operation Builder 24 | - Dark Mode 25 | 26 | --- 27 | 28 | - [Homepage](https://dynobase.dev) 29 | - [Releases & Changelog](https://github.com/RafalWilinski/dynobase/releases) 30 | 31 | Copyright 2022 Rafal Wilinski 32 | -------------------------------------------------------------------------------- /dynobase-gui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dynobase/dynobase/9cbad4190d0da43cfb72581dd6e66401507e9ebf/dynobase-gui.png --------------------------------------------------------------------------------