Skip to main content

datasette-write

PyPI Changelog Tests License

Datasette plugin providing a UI for writing to a database

Installation

Install this plugin in the same environment as Datasette.

pip install datasette-write

Usage

Having installed the plugin, visit /db/-/write on your Datasette instance to submit SQL queries that will be executed against a write connection to the specified database.

By default only the root user 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.

The datasette-write permission governs access. You can use permission plugins such as datasette-permissions-sql to grant additional access to the write interface.

Pass ?sql=... in the query string to pre-populate the SQL editor with a query.

Parameterized queries

SQL queries can include parameters like this:

insert into news (title, body)
    values (:title, :body_textarea)

These will be converted into form fields on the /db/-/write page.

If a parameter name ends with _textarea it will be rendered as a multi-line textarea instead of a text input.

If a parameter name ends with _hidden it will be rendered as a hidden input.

Updating rows with SQL

On Datasette 1.0a13 and higher a row actions menu item will be added to the row page linking to a SQL query for updating that row, for users with the datasette-write permission.

Development

To set up this plugin locally, first checkout the code. Then create a new virtual environment:

cd datasette-write
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

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

datasette_write-0.4.tar.gz (9.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

datasette_write-0.4-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

Details for the file datasette_write-0.4.tar.gz.

File metadata

  • Download URL: datasette_write-0.4.tar.gz
  • Upload date:
  • Size: 9.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for datasette_write-0.4.tar.gz
Algorithm Hash digest
SHA256 4b599b05950921b1bceb7a800583de9d7cf2b1071d642ba16fbb2df13d47f665
MD5 b3fa9c2fd75cc386d31dcd3910934d69
BLAKE2b-256 a22952216a9a0d16c4f8e188436b7fb66c08af7a553a6379091b306f01ac8303

See more details on using hashes here.

File details

Details for the file datasette_write-0.4-py3-none-any.whl.

File metadata

  • Download URL: datasette_write-0.4-py3-none-any.whl
  • Upload date:
  • Size: 7.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for datasette_write-0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 810b55b65cc0383d406fa6cd14a0f642280700cacddf683505f58c14f1928849
MD5 f043160c9261863ab89ee5777d47bdc0
BLAKE2b-256 3ad12dc625b79d8d21ae1066f0a5060a6ea84c1ef8073bc1dd4d03003962cdea

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.4 This release

2 files

0.3.2

2 files

0.3.1

2 files

0.3

2 files

0.2

2 files

0.1

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page