Datasette plugin for modifying table schemas
Project description
datasette-edit-schema
Datasette plugin for modifying table schemas
Features
- Add new columns to a table
- Rename columns in a table
- Modify the type of columns in a table
- Re-order the columns in a table
- Rename a table
- Delete a table
Installation
Install this plugin in the same environment as Datasette.
$ pip install datasette-edit-schema
Usage
Navigate to /-/edit-schema/dbname/tablename
on your Datasette instance to edit a specific table.
Use /-/edit-schema/dbname
to create a new table in a specific database.
By default only the root actor can access the page - so you'll need to run Datasette with the --root
option and click on the link shown in the terminal to sign in and access the page.
Permissions
The edit-schema
permission governs access. You can use permission plugins such as datasette-permissions-sql to grant additional access to the write interface.
These permission checks will call the permission_allowed()
plugin hook with three arguments:
action
will be the string"edit-schema"
actor
will be the currently authenticated actor - usually a dictionaryresource
will be the string name of the database
Screenshot
Development
To set up this plugin locally, first checkout the code. Then create a new virtual environment:
cd datasette-edit-schema
python3 -mvenv venv
source venv/bin/activate
Or if you are using pipenv
:
pipenv shell
Now install the dependencies and tests:
pip install -e '.[test]'
To run the tests:
pytest
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file datasette-edit-schema-0.6a0.tar.gz
.
File metadata
- Download URL: datasette-edit-schema-0.6a0.tar.gz
- Upload date:
- Size: 61.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 67d9d63471502f588be692b4b628037897d67dc9c91fe75010b3ddf8dbe88171 |
|
MD5 | 15c15e1ea0f85ad9305f60ded2823f65 |
|
BLAKE2b-256 | edf41076e795e310c301f2197074ec8e010f7eba60ef29d783093f739e528afb |
Provenance
File details
Details for the file datasette_edit_schema-0.6a0-py3-none-any.whl
.
File metadata
- Download URL: datasette_edit_schema-0.6a0-py3-none-any.whl
- Upload date:
- Size: 60.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b497a6457db30ce3fa6074b50f2be09a12ba1f411c8a729e3e12ad766db841df |
|
MD5 | 174ef19923820fe724a924ab99d76388 |
|
BLAKE2b-256 | ac6491a9726e6ec67b10fe564318b885aabc2325b0e0569200f82a8cf70549df |