From 4147c388cbb9b14d137dd5229ae3f574ee6a25fe Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 7 Mar 2019 20:30:21 -0800 Subject: [PATCH] Link to sqlite-utils blog entry --- docs/ecosystem.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ecosystem.rst b/docs/ecosystem.rst index 18390122..29b80707 100644 --- a/docs/ecosystem.rst +++ b/docs/ecosystem.rst @@ -23,6 +23,8 @@ sqlite-utils The CLI tool can consume JSON streams directly and use them to create tables. It can also be used to query SQLite databases and output the results as CSV or JSON. +See `sqlite-utils: a Python library and CLI tool for building SQLite databases `__ for more. + db-to-sqlite ------------