From 0fe3b38290e1bb2d92746d90318d8662b57218bd Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 29 Jun 2019 14:34:24 -0700 Subject: [PATCH] Added db-to-sqlite to "Related projects" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d5f5ce1..93bc3a8 100644 --- a/README.md +++ b/README.md @@ -40,3 +40,4 @@ Related projects: * [Datasette](https://github.com/simonw/datasette): A tool for exploring and publishing data * [csvs-to-sqlite](https://github.com/simonw/csvs-to-sqlite): Convert CSV files into a SQLite database +* [db-to-sqlite](https://github.com/simonw/db-to-sqlite): CLI tool for exporting a MySQL or PostgreSQL database as a SQLite file