Simon Willison’s Weblog

Subscribe

Friday, 18th November 2022

Release datasette-search-all 1.1.1 — Datasette plugin for searching all searchable tables at once
Release datasette-ripgrep 0.7.1 — Web interface for searching your code using ripgrep, built as a Datasette plugin
Release datasette-socrata 0.3.1 — Import data from Socrata into Datasette
Release datasette-configure-fts 1.1.1 — Datasette plugin for enabling full-text search against selected table columns
Release datasette-edit-templates 0.2 — Plugin allowing Datasette templates to be edited within Datasette
Release datasette-copyable 0.3.2 — Datasette plugin for outputting tables in formats suitable for copy and paste
Release datasette-public 0.2.1 — Make selected Datasette databases and tables visible to the public
Release datasette-import-table 0.3.1 — Datasette plugin for importing tables from other Datasette instances
Release datasette-indieauth 1.2.2 — Datasette authentication using IndieAuth and RelMeAuth
Release datasette-edit-schema 0.5.2 — Datasette plugin for modifying table schemas

Datasette Lite: Loading JSON data (via) I added a new feature to Datasette Lite: you can now pass it the URL to a JSON file (hosted on a CORS-compatible hosting provider such as GitHub or GitHub Gists) and it will load that file into a database table for you. It expects an array of objects, but if your file has an object as the root it will search through it looking for the first key that is an array of objects and load those instead.

# 6:43 pm / json, projects, datasette, datasette-lite, cors

Wednesday, 16th November 2022
Saturday, 19th November 2022