john-migrator


Namejohn-migrator JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/Krishna-chauhan/john-migrator.git
SummaryA lightweight database migration tool for Python projects
upload_time2025-03-22 08:11:14
maintainerNone
docs_urlNone
authorJohn Doe
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 🚀 DB Migrator

A lightweight database migration tool for managing and automating schema changes.

---

## 📦 Features  
✅ Apply and rollback migrations automatically  
✅ Track applied migrations using a `schema_migrations` table  
✅ Supports PostgreSQL and MySQL  
✅ Error handling and logging  

---


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Krishna-chauhan/john-migrator.git",
    "name": "john-migrator",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "John Doe",
    "author_email": "krishnachauhan20993@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/bd/c7/218ecab7db54616c6fe54c49211c4559d1ce61edba698c41879052aaa51b/john_migrator-1.0.0.tar.gz",
    "platform": null,
    "description": "# \ud83d\ude80 DB Migrator\n\nA lightweight database migration tool for managing and automating schema changes.\n\n---\n\n## \ud83d\udce6 Features  \n\u2705 Apply and rollback migrations automatically  \n\u2705 Track applied migrations using a `schema_migrations` table  \n\u2705 Supports PostgreSQL and MySQL  \n\u2705 Error handling and logging  \n\n---\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A lightweight database migration tool for Python projects",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/Krishna-chauhan/john-migrator.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bdc7218ecab7db54616c6fe54c49211c4559d1ce61edba698c41879052aaa51b",
                "md5": "9595794ee0364bcff294a2485d29bdf6",
                "sha256": "9b2001aabf1050b29529cf9718d021475487cd5504ef9e689a1d19a18259d9ea"
            },
            "downloads": -1,
            "filename": "john_migrator-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9595794ee0364bcff294a2485d29bdf6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 5225,
            "upload_time": "2025-03-22T08:11:14",
            "upload_time_iso_8601": "2025-03-22T08:11:14.153136Z",
            "url": "https://files.pythonhosted.org/packages/bd/c7/218ecab7db54616c6fe54c49211c4559d1ce61edba698c41879052aaa51b/john_migrator-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-03-22 08:11:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Krishna-chauhan",
    "github_project": "john-migrator",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "john-migrator"
}
        
Elapsed time: 0.42705s