Skip to content
/ dbmp Public

Database GUI browser with multi page (pagination) support.

License

Notifications You must be signed in to change notification settings

proway2/dbmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
proway2
Jan 20, 2020
d6b5dc9 · Jan 20, 2020

History

71 Commits
Jul 10, 2019
Jan 20, 2020
Jan 20, 2020
Jul 9, 2019
Jul 9, 2019
Jan 11, 2020
Jul 11, 2019
Jul 7, 2019
Jul 11, 2019
Jul 11, 2019
Jan 20, 2020
Jan 20, 2020
Jul 9, 2019

Repository files navigation

Build Status

dbmp

Simple database browser with pagination support, easily handles millions of rows. SQLite and PostgreSQL supported, possible to support all DB-API 2.0 (PEP 249) compliants.

Features

  • Single query mode.
  • Ctrl+Enter executes query.
  • Walking thru the pages with PgUp/PgDown, arrows, mouse wheel.

Installation

  • Requires Python 3.6+.
  • Clone and run pip install -r requirements.txt.

Usage

python app.py or ./app.py

Tests

From project's folder run: python3 -m unittest -v tests/test_*.py

License

GPL v3