Metadata-Version: 2.4
Name: fastpluggy-database-explorer
Version: 0.1.7
Summary: Database Explorer plugin for Fastpluggy
Author: FastPluggy Team
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: FastPluggy>=0.4.33
Requires-Dist: loguru
Requires-Dist: sqlalchemy
Provides-Extra: tests
Requires-Dist: pytest>=7.0; extra == "tests"
Requires-Dist: pytest-cov>=4.0; extra == "tests"

# fastpluggy-database-explorer

![Database Explorer](https://img.shields.io/badge/FastPluggy-Database%20Explorer-blue)
[![Release](https://gitlab.ggcorp.fr/open/fastpluggy/plugins/database_explorer/-/badges/release.svg)](https://gitlab.ggcorp.fr/open/fastpluggy/plugins/database_explorer/-/releases)
[![Pipeline Status](https://gitlab.ggcorp.fr/open/fastpluggy/plugins/database_explorer/badges/main/pipeline.svg?key_text=CI)](https://gitlab.ggcorp.fr/open/fastpluggy/plugins/database_explorer/-/pipelines?ignore_skipped=true)
[![Coverage](https://gitlab.ggcorp.fr/open/fastpluggy/plugins/database_explorer/badges/main/coverage.svg)](https://gitlab.ggcorp.fr/open/fastpluggy/plugins/database_explorer/-/pipelines)

Database explorer plugin for FastPluggy. Browse tables, view data, and inspect the database schema through a web interface.

## Installation

```bash
pip install fastpluggy-database-explorer
```

## Dependencies

- FastPluggy >= 0.4.0
- loguru
- sqlalchemy

## Features

- Browse all database tables
- View table data with pagination
- Inspect table schema and columns
- Execute read-only queries

## Documentation

See [docs/README.md](docs/README.md) for detailed documentation.
