PyDbLite Documentation

PyDbLite Documentation

Release 3.0.2 Pierre Quentel & Bendik R?nning Opstad

April 27, 2015

Contents

1 Installation

3

1.1 PIP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3

1.2 Manually . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3

2 Indices and tables

25

Python Module Index

27

i

ii

PyDbLite Documentation, Release 3.0.2

PyDbLite is ? a fast, pure-Python, untyped, in-memory database engine, using Python syntax to manage data, instead of SQL ? a pythonic interface to SQLite using the same syntax as the pure-Python engine for most operations (except database connection and table creation because of each database specificities)

PyDbLite is suitable for a small set of data where a fully fledged DB would be overkill. Supported Python versions: 2.6+

Contents

1

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download