Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/commandprompt/pgmanage
Web tool for database management
https://github.com/commandprompt/pgmanage
Last synced: 2 months ago
JSON representation
Web tool for database management
- Host: GitHub
- URL: https://github.com/commandprompt/pgmanage
- Owner: commandprompt
- License: other
- Fork: true (pgsql-io/omnidb-ng)
- Created: 2022-09-12T08:58:08.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T07:45:53.000Z (7 months ago)
- Last Synced: 2024-06-20T23:44:43.798Z (7 months ago)
- Language: PLpgSQL
- Homepage: https://commandprompt.com
- Size: 196 MB
- Stars: 111
- Watchers: 6
- Forks: 10
- Open Issues: 26
-
Metadata Files:
- Readme: README-OmniDB.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-repositories - commandprompt/pgmanage - Web tool for database management (PLpgSQL)
- awesome-starred - commandprompt/pgmanage - Web tool for database management (PLpgSQL)
- awesome-starred - commandprompt/pgmanage - Web tool for database management (PLpgSQL)
README
# OmniDB changes (Deprecated)
- 3.0.1 changes
- Bug Fixes
- Fixed an issue in the long polling mechanism
- Dark theme colors on autocomplete selection
- Improvements
- Added snippets and custom monitoring units to the OmniDB 2 to 3 automatic migration process- 3.0.2 changes
- Re-included
- Explain visualizer component from OmniDB 2.x
- Shortcuts for issueing Explain and Explain Analyze
- Bug Fixes
- Fixed missing dark theme colors on connection results when in full-view
- Fixed conflict between the z-index of the new explain visualizer and the database tree context menus
- Improvements
- Added a toggle to switch between the old and new explain components
- Improved client-side CPU usage performance (browser rendering gpu-intensive processes)
- Added a new node-spin loading icon for dark themes with improved visibility- 3.0.3 changes
- Bug Fixes
- Query Tab: Fixed editor key behaviours related to up/down arrows (skipping rows, text selection, text shifting, text indenting)
- Console Tab: Fixed issue describe command for tables in PostgreSQL 12+
- Console Tab: Fixed background theme color on console output when changing themes
- Improvements
- Reduced chances of having OmniDB being flagged as a threat by security tools (false-positives)
- Outer Menu: Improved layout and behaviour, providing better awareness of the context
- Result Grid: Improved resizing behaviours
- Added password option on --createconnection- 3.0.4 Changes
- Rebrand to OmniDB-NG
- New repo is https://github.com/pgsql-io/omnidb-ng
- New website will be http://omnidb-ng.org
- PostgreSQL 14 Support- 3.0.5 Changes
- Support latest django (v4)
- 1st pass at Packages support for Oracle
- Add build instructions to README- 3.0.6 Changes
- Freeze requirements file for prod stability
- OmniDB-NG branding sponsored by PGSQL.IO & Denis Lussier
- fix error saving PG connections
- fix blowfish warning when starting up server
- improve the connections form with db specific placeholders