From 55133b596620392244530a09eb879bfe1b6e34b0 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 21 Oct 2020 11:08:28 -0700 Subject: [PATCH] Link to sqliteutils tag on my blog --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e4946b..f3a6e14 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ 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/) +sqlite-utils: a Python library and CLI tool for building SQLite databases](https://simonwillison.net/2019/Feb/25/sqlite-utils/) and other [entries tagged sqliteutils](https://simonwillison.net/tags/sqliteutils/). ## Installation