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.
- Single query mode.
- Ctrl+Enter executes query.
- Walking thru the pages with PgUp/PgDown, arrows, mouse wheel.
- Requires Python 3.6+.
- Clone and run
pip install -r requirements.txt
.
python app.py
or ./app.py
From project's folder run: python3 -m unittest -v tests/test_*.py
GPL v3