• Stars
    star
    134
  • Rank 270,967 (Top 6 %)
  • Language
    TypeScript
  • License
    GNU Affero Genera...
  • Created almost 3 years ago
  • Updated 4 months ago

Reviews

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

Repository Details

PostgreSQL Editor and Dashboard

Prostgles UI

Web dashboard and SQL Editor for Postgres

Screenshots

More

Features

  • SQL Editor with schema auto-completion and useful hints
  • Data edit and exploration dashboard
  • Sorting, Filtering and Cross-Filtering joined tables
  • Search with field and searchterm auto-completion
  • Multimedia (audio/video/image) display
  • HTML display
  • SVG display
  • Data import (CSV, JSON and GeoJSON)
  • Realtime data
  • Customiseable layout. Tab and side-by-side view
  • Functions and Aggregations
  • Map and Time charts with aggregations
  • PostGIS support
  • Mobile friendly
  • LISTEN NOTIFY support

Installation

git clone https://github.com/prostgles/ui.git
cd ui
docker compose up 

By default the app will be accessible at localhost:3004. To use a custom port (3099 for example) and/or a custom binding address (0.0.0.0 for example):

git clone https://github.com/prostgles/ui.git
cd ui
PRGL_DOCKER_IP=0.0.0.0 PRGL_DOCKER_PORT=3099 docker compose up