Clean up readme
This commit is contained in:
parent
0551e4e3a5
commit
13f7d6c60f
|
@ -1,6 +1,5 @@
|
||||||
=====================
|
|
||||||
Bottle-SQLite
|
Bottle-SQLite
|
||||||
=====================
|
=============
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/alenmeister/bottle-sqlite.svg?branch=master)](https://travis-ci.org/alenmeister/bottle-sqlite)
|
[![Build Status](https://travis-ci.org/alenmeister/bottle-sqlite.svg?branch=master)](https://travis-ci.org/alenmeister/bottle-sqlite)
|
||||||
|
|
||||||
|
@ -15,7 +14,7 @@ Once installed, all you have to do is to add a ``db`` keyword argument
|
||||||
(configurable) to route callbacks that need a database connection.
|
(configurable) to route callbacks that need a database connection.
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
===============
|
------------
|
||||||
|
|
||||||
Install with one of the following commands::
|
Install with one of the following commands::
|
||||||
|
|
||||||
|
@ -29,7 +28,7 @@ or download the latest version from github::
|
||||||
$ python setup.py install
|
$ python setup.py install
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
===============
|
-----
|
||||||
|
|
||||||
Once installed to an application, the plugin passes an open
|
Once installed to an application, the plugin passes an open
|
||||||
:class:`sqlite3.Connection` instance to all routes that require a ``db`` keyword
|
:class:`sqlite3.Connection` instance to all routes that require a ``db`` keyword
|
||||||
|
@ -57,7 +56,7 @@ closed automatically. If an error occurs, any changes to the database since the
|
||||||
last commit are rolled back to keep the database in a consistent state.
|
last commit are rolled back to keep the database in a consistent state.
|
||||||
|
|
||||||
Configuration
|
Configuration
|
||||||
=============
|
-------------
|
||||||
|
|
||||||
The following configuration options exist for the plugin class:
|
The following configuration options exist for the plugin class:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user