Skip to content

PaulOnyekwelu/dj-sql-inspect

Repository files navigation

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"
]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages