mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-27 12:24:11 +02:00
Re-arranged documentation index page
This commit is contained in:
parent
b30f924c49
commit
ffc9f09a93
1 changed files with 5 additions and 3 deletions
|
|
@ -4,9 +4,11 @@
|
||||||
|
|
||||||
*Python utility functions for manipulating SQLite databases*
|
*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 <https://github.com/simonw/datasette>`_.
|
It is designed as a useful complement to `Datasette <https://github.com/simonw/datasette>`_.
|
||||||
|
|
||||||
|
|
@ -16,8 +18,8 @@ Contents
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
python-api
|
|
||||||
cli
|
cli
|
||||||
|
python-api
|
||||||
changelog
|
changelog
|
||||||
|
|
||||||
Take a look at `this script <https://github.com/simonw/russian-ira-facebook-ads-datasette/blob/master/fetch_and_build_russian_ads.py>`_ for an example of this library in action.
|
Take a look at `this script <https://github.com/simonw/russian-ira-facebook-ads-datasette/blob/master/fetch_and_build_russian_ads.py>`_ for an example of this library in action.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue