datasette-schema-versions by simonw

56 downloads this week        Star

README source code

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.