|
|
SqliteBackend
A Sqlite Backend
The SqliteBackend provides high-speed row-oriented search using sqlite, a small, fast embeded database. It lives in backend.litesql.SqliteCollection
Searching Results
andQuery
The SqliteBackend provides andQuery method. It takes a list of arbitrary keyword arguments, and interprets them as column names and associated values. A query is constructed where all columns must equal the provided values.
See the epydocs
Metadata
This backend provides the following additional metadata about searches:
- count: the total number of documents found
Storing Documents
The SqliteBackend uses a TableMaker to define how data should be stored. See an example.
Sign in to add a comment
