sqlite-utils/docs/index.rst

22 lines
697 B
ReStructuredText
Raw Permalink Normal View History

2018-07-28 16:52:07 -07:00
==============
sqlite-utils
==============
*Python utility functions for manipulating SQLite databases*
This library helps create SQLite databases from an existing collection of data.
2018-07-28 16:52:07 -07:00
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.
It is designed as a useful complement to `Datasette <https://github.com/simonw/datasette>`_.
Contents
--------
.. toctree::
:maxdepth: 2
python-api
2018-08-12 17:46:22 -07:00
changelog
2018-07-28 16:52:07 -07:00
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.