Metadata-Version: 2.4
Name: dbmigrate-pro
Version: 2.0.1
Summary: [COMING SOON] Universal Database Migration Tool - Migrate any database to any database (74+ databases supported)
Project-URL: Homepage, https://dbmigrate.io
Project-URL: Documentation, https://docs.dbmigrate.io
Project-URL: Pricing, https://dbmigrate.io/pricing
Project-URL: Support, https://dbmigrate.io/support
Author-email: "DBMigrate Inc." <hello@dbmigrate.io>
License: Proprietary - https://dbmigrate.io/terms
License-File: LICENSE
Keywords: data-migration,database,etl,migration,mongodb,mysql,oracle,postgresql,schema,sql,stored-procedures
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Database
Requires-Python: >=3.8
Requires-Dist: requests>=2.28.0
Description-Content-Type: text/markdown

# DBMigrate Pro

**Universal Database Migration Tool** - Migrate any database to any database.

---

## ⚠️ COMING SOON - NOT LIVE YET

**This package is currently in pre-release.** The API is not yet available.

🚀 **Launch Date:** January 29, 2026

📧 **Get notified:** Email hello@dbmigrate.io to join the waitlist.

---

## 🚀 Quick Start (Available Soon)

```bash
# Install
pip install dbmigrate-pro

# Create free account (1 table free to test)
dbmigrate signup

# Login
dbmigrate login

# Run migration
dbmigrate migrate \
    --source postgresql \
    --target mysql \
    --source-conn "postgresql://user:pass@localhost/mydb" \
    --output ./results
```

## 💰 Pricing

| Plan | Tables/Month | SP Conversions | Price |
|------|-------------|----------------|-------|
| **Free** | 1 | 0 | $0 (test before you buy) |
| **Starter** | 50 | 20 | $99/mo |
| **Pro** | 500 | 200 | $499/mo |
| **Enterprise** | Unlimited | Unlimited | $2,499/mo |

👉 **Upgrade at [dbmigrate.io/pricing](https://dbmigrate.io/pricing)**

## 🗄️ Supported Databases (74+)

### Relational
PostgreSQL, MySQL, MariaDB, Oracle, SQL Server, SQLite, DB2, Snowflake, BigQuery, Redshift, Azure SQL, AWS RDS

### Document
MongoDB, Couchbase, CouchDB, Amazon DocumentDB, Azure Cosmos DB, Firebase Firestore

### Graph
Neo4j, Amazon Neptune, ArangoDB, JanusGraph, TigerGraph, Dgraph

### Vector
Pinecone, Milvus, Weaviate, Qdrant, Chroma, pgvector

### Time-Series
InfluxDB, TimescaleDB, QuestDB, Prometheus, VictoriaMetrics

### Key-Value & Columnar
Redis, DynamoDB, Cassandra, ClickHouse, Elasticsearch

## 📖 Commands

```bash
# Account
dbmigrate signup          # Create account
dbmigrate login           # Login
dbmigrate status          # Check usage
dbmigrate logout          # Logout

# Migration
dbmigrate migrate -s SOURCE -t TARGET -c CONNECTION
```

## 🔒 Security

- All migrations run on our secure servers
- Connection strings are encrypted in transit and never stored
- SOC 2 Type II compliant infrastructure
- GDPR/HIPAA data handling available (Enterprise)

## 📞 Support

- **Free/Starter**: Email support (48hr response)
- **Pro**: Priority support (24hr response)
- **Enterprise**: Dedicated engineer, Slack channel

Website: https://dbmigrate.io  
Email: support@dbmigrate.io
