Metadata-Version: 2.1
Name: datasette-schema-versions
Version: 0.3
Summary: Datasette plugin that shows the schema version of every attached database
Home-page: https://github.com/simonw/datasette-schema-versions
Author: Simon Willison
License: Apache License, Version 2.0
Project-URL: Issues, https://github.com/simonw/datasette-schema-versions/issues
Project-URL: CI, https://github.com/simonw/datasette-schema-versions/actions
Project-URL: Changelog, https://github.com/simonw/datasette-schema-versions/releases
Description-Content-Type: text/markdown
Requires-Dist: datasette
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-asyncio ; extra == 'test'
Requires-Dist: httpx ; extra == 'test'
Requires-Dist: sqlite-utils ; extra == 'test'

# datasette-schema-versions

[![PyPI](https://img.shields.io/pypi/v/datasette-schema-versions.svg)](https://pypi.org/project/datasette-schema-versions/)
[![Changelog](https://img.shields.io/github/v/release/simonw/datasette-schema-versions?include_prereleases&label=changelog)](https://github.com/simonw/datasette-schema-versions/releases)
[![Tests](https://github.com/simonw/datasette-schema-versions/workflows/Test/badge.svg)](https://github.com/simonw/datasette-schema-versions/actions?query=workflow%3ATest)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/datasette-schema-versions/blob/main/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.
