Skip to content

cloudsoftwareoff/postgresql_manager

Repository files navigation

PostgreSQL Web Manager

A modern, responsive web-based PostgreSQL database management tool built with Node.js and Express.

Features

  • 🗄️ Table Management - View, edit, and manage database tables
  • 🔍 Advanced Search - Filter and search through table data
  • ✏️ Inline Editing - Edit table cells directly in the interface
  • 📊 Database Statistics - View database size, table counts, and more
  • 📝 SQL Query Console - Execute custom SQL queries with syntax highlighting
  • 📤 Data Export - Export table data to CSV format
  • 🎨 Modern UI - Clean, responsive interface with dark mode support
  • 🔒 Secure - SSL support for production environments

Screenshots

Dashboard Table View

Installation

Prerequisites

  • Node.js (v14 or higher)
  • PostgreSQL database
  • npm or yarn

Quick Start

  1. Clone the repository

    git clone https://github.com/cloudsoftwareoff/postgresql_manager.git
    cd postgresql_manager
  2. Install dependencies

    npm install
  3. Configure environment

    cp .env.example .env
    

Edit .env with your database credentials.

  1. Start the application
    npm start
    or
    npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published