From ffc9f09a935fdaec4236c3e5a5c252ec3aad65ef Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 24 Jan 2019 21:23:24 -0800 Subject: [PATCH] Re-arranged documentation index page --- docs/index.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 37641ee..2a8d4c5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -4,9 +4,11 @@ *Python utility functions for manipulating SQLite databases* -This library helps create SQLite databases from an existing collection of data. +This library and command-line utility helps create SQLite databases from an existing collection of data. -It is not intended to be a full ORM: the focus is utility helpers to make creating the initial database and populating it with data as productive as possible. +Most of the functionality is available as either a Python API or through the ``sqlite-utils`` command-line tool. + +sqlite-utils is not intended to be a full ORM: the focus is utility helpers to make creating the initial database and populating it with data as productive as possible. It is designed as a useful complement to `Datasette `_. @@ -16,8 +18,8 @@ Contents .. toctree:: :maxdepth: 2 - python-api cli + python-api changelog Take a look at `this script `_ for an example of this library in action.