https://github.com/hoyirul/db-manager
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.
https://github.com/hoyirul/db-manager
dbmanager flask jinja2 pgsql python3 query sql
Last synced: about 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/hoyirul/db-manager
- Owner: hoyirul
- Created: 2024-12-26T15:49:49.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-07T04:59:53.000Z (over 1 year ago)
- Last Synced: 2025-01-07T05:32:09.300Z (over 1 year ago)
- Topics: dbmanager, flask, jinja2, pgsql, python3, query, sql
- Language: CSS
- Homepage:
- Size: 230 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```bash
$ 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
```