Metadata-Version: 2.4
Name: db-drift
Version: 1.1.0
Summary: A command line tool to visualize the differences between two DB states.
Project-URL: source, https://github.com/dyka3773/db-drift
Author-email: Hercules Konsoulas <dyka3773@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: cli,command-line,database,db-drift,diff,visualization
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Version Control
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: oracledb>=3.3.0
Requires-Dist: psycopg[binary]>=3.2.9
Requires-Dist: pymysql>=1.1.1
Requires-Dist: python-dotenv>=1.1.1
Requires-Dist: pyyaml>=6.0.3
Requires-Dist: sqlmodel>=0.0.25
Requires-Dist: sshtunnel>=0.4.0
Description-Content-Type: text/markdown

<!-- omit in toc -->
# DB Drift

[![PyPI version](https://badge.fury.io/py/db-drift.svg)](https://badge.fury.io/py/db-drift)
![Python](https://img.shields.io/badge/python-3.10%20|%203.11%20|%203.12%20|%203.13-blue.svg)
![License](https://img.shields.io/badge/license-MIT-green.svg)
[![Downloads](https://pepy.tech/badge/db-drift)](https://pepy.tech/project/db-drift)
[![CI](https://github.com/dyka3773/db-drift/workflows/CI/badge.svg)](https://github.com/dyka3773/db-drift/actions)
[![Code style: ruff](https://img.shields.io/badge/code%20style-ruff-000000.svg)](https://github.com/astral-sh/ruff)

A command-line tool to visualize the differences between two DB states.

<!-- omit in toc -->
## Table of Contents
- [Installation](#installation)
- [Features](#features)
- [How to Use](#how-to-use)
- [Examples](#examples)
- [Options](#options)
- [Troubleshooting](#troubleshooting)
  - [Common Issues](#common-issues)
  - [Getting Help](#getting-help)
- [Contributing](#contributing)
- [License](#license)


## Installation

Install the package from PyPI:

```bash
# Using pip
pip install db-drift

# Using pipx
pipx install db-drift

# Using poetry
poetry add db-drift

# Using pipenv
pipenv install db-drift

# Using uv
uv add db-drift
```

## Features
- Compare two database states and visualize the differences.

## How to Use

## Examples

## Options

| Option | Description | Default |
|--------|-------------|---------|

## Troubleshooting

### Common Issues

### Getting Help

- Check the [examples](examples/) directory for working samples
- Review the [issues](https://github.com/dyka3773/db-drift/issues) page for known problems
- Create a new issue if you encounter a bug or have a feature request

## Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.

Please read our [CONTRIBUTING.md](CONTRIBUTING.md) file for more details.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.