Database Broswer
No security coverage
Database Browser offers an administrative interface within Drupal to explore database tables. It allows users to view table metadata, list tables, inspect their sizes, browse data with searching, filtering, sorting, and pagination capabilities, and supports both MySQL and PostgreSQL databases.
Database Browser is a Drupal 11 module that provides an administrative
interface for exploring database tables directly from the Drupal UI.
- Database metadata overview
- Table listing
- Table size inspection
- Table data browsing
- Search and filtering
- Sorting
- Pagination
The module uses Drupal's Database Abstraction Layer (DBAL) and supports
both MySQL and PostgreSQL databases.