Skip to content

Latest commit

 

History

History
80 lines (58 loc) · 1 KB

File metadata and controls

80 lines (58 loc) · 1 KB

API Reference

This section contains the complete API reference for the MatrixOne Python SDK.

Core Classes

.. toctree::
   :maxdepth: 2

   client
   async_client

ORM and Query Building

.. toctree::
   :maxdepth: 2

   orm_classes
   query_builders

Vector Operations

.. toctree::
   :maxdepth: 2

   vector_type
   vector_index
   vector_manager

Fulltext Search

.. toctree::
   :maxdepth: 2

   fulltext_index
   fulltext_search

Data Management

.. toctree::
   :maxdepth: 2

   stage_manager
   load_data_manager
   export_manager
   metadata_manager

Database Management

.. toctree::
   :maxdepth: 2

   snapshot_manager
   account_manager
   restore_manager
   clone_manager
   pitr_manager
   pubsub_manager
   moctl_manager
   branch_builder
   clone_builder

Utilities

.. toctree::
   :maxdepth: 2

   result_set
   transaction_wrapper
   version_manager
   logger
   cli_tools