Metadata-Version: 2.1
Name: datasette-edit-tables
Version: 0.3a1
Summary: Datasette plugin for renaming and deleting tables and columns and changing column types
Home-page: https://github.com/simonw/datasette-edit-tables
Author: Simon Willison
License: Apache License, Version 2.0
Description: # datasette-edit-tables
        
        [![PyPI](https://img.shields.io/pypi/v/datasette-edit-tables.svg)](https://pypi.org/project/datasette-edit-tables/)
        [![Changelog](https://img.shields.io/github/v/release/simonw/datasette-edit-tables?include_prereleases&label=changelog)](https://github.com/simonw/datasette-edit-tables/releases)
        [![Tests](https://github.com/simonw/datasette-edit-tables/workflows/Test/badge.svg)](https://github.com/simonw/datasette-edit-tables/actions?query=workflow%3ATest)
        [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/datasette-edit-tables/blob/master/LICENSE)
        
        Datasette plugin for renaming, deleting and modifying tables.
        
        ## Features (planned)
        
        * Rename a table
        * Delete a table
        * Modify the type of columns in a table
        * Add new columns to a table
        * Create a new empty table from scratch
        
        ## Installation
        
        Install this plugin in the same environment as Datasette.
        
            $ pip install datasette-edit-tables
        
        ## Usage
        
        Navigate to `/-/edit-tables/dbname/tablename` on your Datasette instance to edit a specific table.
        
        Use `/-/edit-tables/dbname` to create a new table in a specific database.
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
Provides-Extra: test
