From 0c756b8cd948bd69b7342c0d0e93bad4ff4e97b2 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 8 Jun 2019 19:11:59 -0700 Subject: [PATCH] Added datasette-bplist plugin to ecosystem --- docs/ecosystem.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/ecosystem.rst b/docs/ecosystem.rst index 6842aca5..17631e2a 100644 --- a/docs/ecosystem.rst +++ b/docs/ecosystem.rst @@ -99,3 +99,8 @@ datasette-sqlite-fts4 --------------------- `datasette-sqlite-fts4 `__ provides search relevance ranking algorithms that can be used with SQLite's FTS4 search module. You can read more about it in `Exploring search relevance algorithms with SQLite `__. + +datasette-bplist +---------------- + +`datasette-bplist `__ provides tools for working with Apple's binary plist format embedded in SQLite database tables. If you use OS X you already have dozens of SQLite databases hidden away in your ``~/Library`` folder that include data in this format - this plugin allows you to view the decoded data and run SQL queries against embedded values using a ``bplist_to_json(value)`` custom SQL function.