Introduction

Quick reference

Documentation

    Installation
    Creating a base
    Opening a base
    Closing a base
    Inserting a record
        by keyword
        by list
        as strings
    Selecting records
        by identifier
        by list comprehension
        the select() method
        regular expressions
        sorting the result
        select for update
    Updating a record
        selection for update
        concurrency control
    Deleting records
    Number of records
    Field names and types
    Cleanup
    Links between bases
    Modifying the structure
        adding fields
        removing fields

Client-server mode

Tutorial

Implementation notes

Speed comparison with other databases

    The test
    Results
    Conclusions