sql-inspect


Namesql-inspect JSON
Version 1.0.0 PyPI version JSON
download
home_page
SummaryA django middleware package for logging database SQL queries to console
upload_time2024-01-30 18:39:19
maintainer
docs_urlNone
author
requires_python>=3.11
licenseMIT
keywords sql logging logger console terminal
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SQL-Inspect

The SQ:-Inspect package is a django middleware that inspects view request to database
and print the SQL translation of the queries to the terminal.

## Installation

include the middleware in the settings.py file as specified below:

```
MIDDLEWARE = [
    ...,
    "sql-inspect.middleware.SQLInspectMiddleware"
]
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "sql-inspect",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "sql,logging,logger,console,Terminal",
    "author": "",
    "author_email": "Paul Onyekwelu <paulonyekweluo@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/c9/d9/8638f01eed2e6e8cf53a72739c508b55cdd11c4e38bd978f96a26a47642b/sql-inspect-1.0.0.tar.gz",
    "platform": null,
    "description": "# SQL-Inspect\n\nThe SQ:-Inspect package is a django middleware that inspects view request to database\nand print the SQL translation of the queries to the terminal.\n\n## Installation\n\ninclude the middleware in the settings.py file as specified below:\n\n```\nMIDDLEWARE = [\n    ...,\n    \"sql-inspect.middleware.SQLInspectMiddleware\"\n]\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A django middleware package for logging database SQL queries to console",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/PaulOnyekwelu/dj-sql-inspect",
        "Issues": "https://github.com/PaulOnyekwelu/dj-sql-inspect/issues"
    },
    "split_keywords": [
        "sql",
        "logging",
        "logger",
        "console",
        "terminal"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce29a3de0652981a211f0e3620be6ae6759c0801eac54ac9f191f197d8b2599b",
                "md5": "5fc6adeb4e4f34bd11916c19bcd1edee",
                "sha256": "23e24d648f0229ff1203e1bba7fd9debbebe621d7842627b382f7e2dee91e35f"
            },
            "downloads": -1,
            "filename": "sql_inspect-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5fc6adeb4e4f34bd11916c19bcd1edee",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 3128,
            "upload_time": "2024-01-30T18:39:17",
            "upload_time_iso_8601": "2024-01-30T18:39:17.773901Z",
            "url": "https://files.pythonhosted.org/packages/ce/29/a3de0652981a211f0e3620be6ae6759c0801eac54ac9f191f197d8b2599b/sql_inspect-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c9d98638f01eed2e6e8cf53a72739c508b55cdd11c4e38bd978f96a26a47642b",
                "md5": "56d795ccee3d06e066e530ff6e04310d",
                "sha256": "5a66db9121a3f640ca8e471d857b1c01052e935c36cfcfde7ecdd75fb90eec46"
            },
            "downloads": -1,
            "filename": "sql-inspect-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "56d795ccee3d06e066e530ff6e04310d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 3197,
            "upload_time": "2024-01-30T18:39:19",
            "upload_time_iso_8601": "2024-01-30T18:39:19.610344Z",
            "url": "https://files.pythonhosted.org/packages/c9/d9/8638f01eed2e6e8cf53a72739c508b55cdd11c4e38bd978f96a26a47642b/sql-inspect-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-30 18:39:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "PaulOnyekwelu",
    "github_project": "dj-sql-inspect",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "sql-inspect"
}
        
Elapsed time: 0.17410s