From f9c32e717f67b55e5d51bb896adc2dcec4489c2d Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 6 Dec 2017 07:09:56 -0800 Subject: [PATCH] Linked to csvs-to-sqlite --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 14ae68c8..032a8dec 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Datasette provides an instant, read-only JSON API for any SQLite database. It also provides tools for packaging the database up as a Docker container and deploying that container to hosting providers such as [Zeit Now](https://zeit.co/now). +Got CSV data? Use [csvs-to-sqlite](https://github.com/simonw/csvs-to-sqlite) to convert them to SOLite, then publish them with Datasette. + Some examples: https://github.com/simonw/datasette/wiki/Datasettes ## News