Metadata-Version: 2.2
Name: dbinspector-tool
Version: 0.0.1
Summary: A database inspector tool
Home-page: https://github.com/ethanxv24/DBInspector
Author: Ethan Xv
Author-email: kasetacor@gmail.com
License: BSD License
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: psycopg2
Requires-Dist: mysql-connector-python
Requires-Dist: toml
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


# DBInspector

[中文文档](README_zh.md)

DBInspector is a versatile database inspection tool that supports multiple types of databases, including both relational and non-relational databases. It provides a unified interface to inspect, query, and manage different databases efficiently.
A command line script for database health checks.

## Features

- **Multi-Database Support**: Works with various relational databases (e.g., MySQL, PostgreSQL, SQLite) and non-relational databases (e.g., MongoDB, Redis).
- **Unified Interface**: Provides a consistent interface for interacting with different types of databases.
- **Query Execution**: Execute queries and commands across different databases.
- **Schema Inspection**: Inspect database schemas, tables, collections, and indexes.
- **Extensible**: Easily extendable to support additional databases.

## Installation

To install DBInspector, use the following command:

```bash
pip install dbinspector# DBInspector
