Module db_core::instance[][src]

Expand description

Interface to the DBMS.

Structs

Instance provides interface for the client to interact with the system: initiate and complete transaction, write and read data, etc.

Parts of instance that are shared between threads.

Object for reading operations.

Object for reading and writing.

Transaction.

Traits

Reading operations.

Writing operations.