Skip to main content

Datasette plugin for making the internal database visible for debugging

Project description

datasette-visible-internal-db

PyPI Changelog Tests License

Datasette plugin for making the internal database visible for debugging

Datasette 1.0a5 made the internal database no longer visible through the Datasette interface.

This plugin brings it back, for debugging purposes.

Installation

Install this plugin in the same environment as Datasette.

datasette install datasette-visible-internal-db

The internal database will now be publicly visible at /_internal in your Datasette instance.

Controlling access to the internal database

You can use Datasette's permissions mechanism to control who is allowed to interact with the internal database.

To restrict access to just the root actor, drop this into your configuration:

databases:
  _internal:
    allow:
      id: root

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

datasette-visible-internal-db-0.1.1.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

Supported by

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