============== sqlite-utils ============== *Python utility functions for manipulating SQLite databases* This library 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. It is designed as a useful complement to `Datasette `_. Contents -------- .. toctree:: :maxdepth: 2 python-api changelog Take a look at `this script `_ for an example of this library in action.