• All Modules
  • All Modules

    General Topics Document Storage

    Available through:

    import U1db 1.0 as U1db

    Database

    Implements the on-disk storage of an individual U1DB database

    Document

    Proxies a single document stored in the Database

    Index

    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

    Query

    Generates a filtered list of documents based on a query using the given Index

    Synchronizer

    Handles synchronizing between two databases