Skip to main content

Launch Harlequin, the SQL IDE for your Terminal, with your Django database configuration.

Project description

https://img.shields.io/github/actions/workflow/status/adamchainz/django-harlequin/main.yml.svg?branch=main&style=for-the-badge https://img.shields.io/badge/Coverage-100%25-success?style=for-the-badge https://img.shields.io/pypi/v/django-harlequin.svg?style=for-the-badge https://img.shields.io/badge/code%20style-black-000000.svg?style=for-the-badge pre-commit

Launch Harlequin, the SQL IDE for your Terminal, with your Django database configuration.


Work smarter and faster with my book Boost Your Django DX which covers many tools to improve your development experience.


Requirements

Python 3.9 to 3.14 supported.

Django 4.2 to 6.0 supported.

Supported database backends: MariaDB/MySQL, PostgreSQL, SQLite.

Installation

First, install with pip:

python -m pip install django-harlequin

Second, install Harlequin with appropriate Harlequin adapter packages for the database backends you use. For example, to install Harlequin with the PostgreSQL adapter:

python -m pip install 'harlequin[postgres]'

Harlequin does not need to be installed in the same virtual environment as Django, as django-harlequin does not import it. You only need the harlequin command on your path, so you can install Harlequin globally, or in an isolated virtual environment with a tool like pipx.

Third, add the app to your INSTALLED_APPS setting:

INSTALLED_APPS = [
    ...,
    "django_harlequin",
    ...,
]

Usage

harlequin command

Run the harlequin management command to launch Harlequin, connected to your default database:

$ ./manage.py harlequin

Pass --database to select a different database connection from settings.DATABASES:

$ ./manage.py harlequin --database replica

Extra options, optionally after a -- delimiter, will be passed through to Harlequin. For example, to read its help page, as opposed to that of the management command:

$ ./manage.py harlequin -- --help

Configuration

Harlequin automatically loads configuration from pyproject.toml or its own files within the current working directory, which would mean next to your manage.py file. See Harlequin’s configuration documentation for details on the available options.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_harlequin-1.7.0.tar.gz (7.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_harlequin-1.7.0-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

Details for the file django_harlequin-1.7.0.tar.gz.

File metadata

  • Download URL: django_harlequin-1.7.0.tar.gz
  • Upload date:
  • Size: 7.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for django_harlequin-1.7.0.tar.gz
Algorithm Hash digest
SHA256 594573df3d17fc489461fd796aa30d494a52a34cb8c619b52353eb44f34ae055
MD5 fdfc57746e22fa56ff661cd75c9d0f3b
BLAKE2b-256 4af4bcb3a348883bede22ecf9554b709105b529de775f0759554a3db8f03b9ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for django_harlequin-1.7.0.tar.gz:

Publisher: main.yml on adamchainz/django-harlequin

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file django_harlequin-1.7.0-py3-none-any.whl.

File metadata

File hashes

Hashes for django_harlequin-1.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f901329e62e871a093dde822927f948d691d15dcc58949a33fc5e46b3b75595d
MD5 555a1a8bc26dd1c6f42e5c4fe38f649d
BLAKE2b-256 313e5aac3f08d2318c8c8401113706a6e1781c3ceb0187bdfbb40c188fb5c3ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for django_harlequin-1.7.0-py3-none-any.whl:

Publisher: main.yml on adamchainz/django-harlequin

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page