All Modules
- 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 the on-disk storage of an individual U1DB database | |
Proxies a single document stored in the Database | |
Defines an index to be stored in the database and queried using Query. Changes in documents affected by the index also update the index in the database | |
Generates a filtered list of documents based on a query using the given Index | |
Handles synchronizing between two databases |