datasette-schema-versions

Datasette plugin that shows the schema version of every attached database


Keywords
datasette, datasette-io, datasette-plugin
License
Apache-2.0
Install
pip install datasette-schema-versions==0.3

Documentation

datasette-schema-versions

PyPI Changelog Tests License

Datasette plugin that shows the schema version of every attached database

Installation

Install this plugin in the same environment as Datasette.

$ datasette install datasette-schema-versions

Usage

Visit /-/schema-versions on your Datasette instance to see a numeric version for the schema for each of your databases.

Any changes you make to the schema will increase this version number.