U1db.overview
- Tutorial gives a quick start guide from storing a document to querying a database and displaying it in Ubuntu Components.
- Design Concepts provides an overview of the design and terminology.
Available through:
import U1db 1.0 as U1db
Implements on-disk storage for documents and indexes | |
Proxies a single document stored in the Database | |
An Index defines what fields can be filtered using Query | |
Filters documents based on the query and index | |
Handles synchronizing between two databases |