DbUnify


NameDbUnify JSON
Version 1.0.7 PyPI version JSON
download
home_pagehttps://github.com/Sepehr0Day/DbUnify
SummaryDbUnify (Database Management) is a versatile Python library that simplifies database connectivity and management using SQLite.
upload_time2024-03-30 05:00:12
maintainerNone
docs_urlNone
authorSepehr0Day
requires_python>=3.7
licenseMIT
keywords dbunify database sqlite3 sql sql sepehr0day management
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # DbUnify | Database Management

**DbUnify** (Database Management) is a versatile Python library that simplifies database connectivity and management using SQLite.

## Installation
   Install the DbUnify library from PyPI or GitHub.
   
   ```bash
   pip install DbUnify
   ```
   
   or
   
   ```bash
   git clone https://github.com/Sepehr0Day/DbUnify.git
   ```
## Connect To Database
```python
import DbUnify.sync as sync

# Initialize a database manager with the name 'database.db'
db_manager = sync.Manager('database.db')

   ```

## Create Table
```python
import DbUnify.sync as sync

# Create a table named 'employees' with specified columns
db_manager.create_table('employees', [
    ('id', 'INTEGER PRIMARY KEY'), 
    ('name', 'TEXT'),
    ('age', 'INTEGER'),
    ('department', 'TEXT')
    ])


   ```


## Documentation DbUnify:

   For more information and advanced usage, refer to the [DbUnify documentation](https://Sepehr0day.github.io/DbUnify.html).

  
## License

This project is licensed under the MIT License. See the [LICENSE](https://github.com/Sepehr0Day/DbUnify/blob/main/LICENSE) file for details.

<a href="https://pypi.org/project/DbUnify/"><img src="https://img.shields.io/badge/DbUnify-1.7-blue"></a> 

## Developer
- **Telegram**: [t.me/Sepehr0Day](https://t.me/Sepehr0Day)

---

*Your Database Management DbUnify, made easy with DbUnify.*

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Sepehr0Day/DbUnify",
    "name": "DbUnify",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "DbUnify database sqlite3 sql SQL sepehr0day Management",
    "author": "Sepehr0Day",
    "author_email": "sphrz2324@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/8f/0e/c85f62010e76c9736ac21bd663d466eb342d62462eed2fa0ab9db1567bd6/DbUnify-1.0.7.tar.gz",
    "platform": null,
    "description": "# DbUnify | Database Management\n\n**DbUnify** (Database Management) is a versatile Python library that simplifies database connectivity and management using SQLite.\n\n## Installation\n   Install the DbUnify library from PyPI or GitHub.\n   \n   ```bash\n   pip install DbUnify\n   ```\n   \n   or\n   \n   ```bash\n   git clone https://github.com/Sepehr0Day/DbUnify.git\n   ```\n## Connect To Database\n```python\nimport DbUnify.sync as sync\n\n# Initialize a database manager with the name 'database.db'\ndb_manager = sync.Manager('database.db')\n\n   ```\n\n## Create Table\n```python\nimport DbUnify.sync as sync\n\n# Create a table named 'employees' with specified columns\ndb_manager.create_table('employees', [\n    ('id', 'INTEGER PRIMARY KEY'), \n    ('name', 'TEXT'),\n    ('age', 'INTEGER'),\n    ('department', 'TEXT')\n    ])\n\n\n   ```\n\n\n## Documentation DbUnify:\n\n   For more information and advanced usage, refer to the [DbUnify documentation](https://Sepehr0day.github.io/DbUnify.html).\n\n  \n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](https://github.com/Sepehr0Day/DbUnify/blob/main/LICENSE) file for details.\n\n<a href=\"https://pypi.org/project/DbUnify/\"><img src=\"https://img.shields.io/badge/DbUnify-1.7-blue\"></a> \n\n## Developer\n- **Telegram**: [t.me/Sepehr0Day](https://t.me/Sepehr0Day)\n\n---\n\n*Your Database Management DbUnify, made easy with DbUnify.*\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "DbUnify (Database Management) is a versatile Python library that simplifies database connectivity and management using SQLite.",
    "version": "1.0.7",
    "project_urls": {
        "Bug Reports": "https://github.com/Sepehr0Day/DbUnify/issues",
        "Documentation": "https://Sepehr0day.github.io/DbUnify.html",
        "Homepage": "https://github.com/Sepehr0Day/DbUnify",
        "Source": "https://github.com/Sepehr0Day/DbUnify"
    },
    "split_keywords": [
        "dbunify",
        "database",
        "sqlite3",
        "sql",
        "sql",
        "sepehr0day",
        "management"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "769be902c443a084abd603ae42cfb17da89ff364af5e390d36ebfb29817b083b",
                "md5": "cc86e26ac088c5bae96be38642cc2449",
                "sha256": "ea0a4e270f9bea78fe504caa21e1c01c89a0d2bd1ae56e1ea0fb8f244e19d249"
            },
            "downloads": -1,
            "filename": "DbUnify-1.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cc86e26ac088c5bae96be38642cc2449",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 17863,
            "upload_time": "2024-03-30T05:00:10",
            "upload_time_iso_8601": "2024-03-30T05:00:10.414034Z",
            "url": "https://files.pythonhosted.org/packages/76/9b/e902c443a084abd603ae42cfb17da89ff364af5e390d36ebfb29817b083b/DbUnify-1.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8f0ec85f62010e76c9736ac21bd663d466eb342d62462eed2fa0ab9db1567bd6",
                "md5": "6e40ca42d8b599be52b1af7941e0e466",
                "sha256": "aa2d9669d2f8ae1fb781aa8282706b617a4dccb578e8b45055b1b44a4f217e63"
            },
            "downloads": -1,
            "filename": "DbUnify-1.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "6e40ca42d8b599be52b1af7941e0e466",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 13560,
            "upload_time": "2024-03-30T05:00:12",
            "upload_time_iso_8601": "2024-03-30T05:00:12.450909Z",
            "url": "https://files.pythonhosted.org/packages/8f/0e/c85f62010e76c9736ac21bd663d466eb342d62462eed2fa0ab9db1567bd6/DbUnify-1.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-30 05:00:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Sepehr0Day",
    "github_project": "DbUnify",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "dbunify"
}
        
Elapsed time: 0.22509s