Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonw/datasette-schema-versions
Datasette plugin that shows the schema version of every attached database
https://github.com/simonw/datasette-schema-versions
datasette datasette-io datasette-plugin
Last synced: 27 days ago
JSON representation
Datasette plugin that shows the schema version of every attached database
- Host: GitHub
- URL: https://github.com/simonw/datasette-schema-versions
- Owner: simonw
- Created: 2020-08-19T04:04:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T02:45:22.000Z (9 months ago)
- Last Synced: 2024-10-06T20:52:58.567Z (about 1 month ago)
- Topics: datasette, datasette-io, datasette-plugin
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
```bash
datasette install datasette-schema-versions
```
## UsageVisit `/-/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.