Skip to content

saidM/pg-pilot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PG-Pilot

Build Status Coverage Status NPM Downloads license

NPM

Manage your PostgreSQL databases directly in your browser.

Tool written using Node.js on the backend and React on the frontend. Current features include:

  • Tables structure (columns & indexes)
  • Tables rows
  • Views
  • SQL query execution
  • Database export
  • SQL file import

Installation

npm install -g pg-pilot

You may need to run the command above as sudo (based on your system settings).

Usage

pg-pilot

It runs by default on the port 8080. You can easily change that behavior by appending the port to the command:

pg-pilot -p 3000

Roadmap

Upcoming features include:

  • Edit table structure
  • Delete table
  • Delete view
  • Add & edit row

Contributions are welcome as long as they include tests.

Licence

MIT

About

🚁 Manage your PostgreSQL databases in the browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published