• Stars
    star
    103
  • Rank 326,402 (Top 7 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 5 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

GUI for PostgreSQL roles, privileges and policies

pgrights

GUI for PostgreSQL roles, privileges and policies

Main view

How to run

Download dmg file from the latest release

or build from source:

yarn && yarn package

RoadMap and changelog

  • 1.0.0
    • SQL commands log
    • Possibility to delete connections
    • Possibility to delete policies
  • 0.2.0
    • Possibility to edit table and column access
    • View for single policy with SQL syntax highlighting
    • Possibility to edit policies
  • 0.1.0 Readonly version
    • Create and edit database connections
    • Possibility to select a schema
    • Possibility to filter and select a table
    • Possibility to filter and select a role
    • View for table and colunm access
    • View for row-level policies