From 0b1af42ead3b3902347951180b3364ce1942da6e Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 24 Feb 2019 19:45:38 -0800 Subject: [PATCH] Link to my blog entry --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 260a6a8..d5f5ce1 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ Python CLI utility and library for manipulating SQLite databases. +Read more on my blog: [ +sqlite-utils: a Python library and CLI tool for building SQLite databases](https://simonwillison.net/2019/Feb/25/sqlite-utils/) + Install it like this: pip3 install sqlite-utils