Skip to content

This is a simple database manage for PostgreSQL databases. It allows you to connect to a database, view the tables, and view the data in the tables. You can also run SQL queries on the database.

Notifications You must be signed in to change notification settings

hoyirul/db-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DB Manager

Description

This is a simple database manage for PostgreSQL databases. It allows you to connect to a database, view the tables, and view the data in the tables. You can also run SQL queries on the database.

Installation

To install the database manager, simply clone the repository and run the following command:

$ python -m venv venv
$ source venv/bin/activate (Mac/Linux) or venv\Scripts\activate (Windows)
$ cp .env.example .env
$ pip install -r requirements.txt
$ python pgsql.py

About

This is a simple database manage for PostgreSQL databases. It allows you to connect to a database, view the tables, and view the data in the tables. You can also run SQL queries on the database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published