Crate db_core[][src]

client api.

Clients can

  • start and stop instance
  • open and close database
  • start, commit or rollback transaction
  • create, read, and write single object, or scan through a set of objects
  • set configuration options

Structs

Error
Instance

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

Object
ObjectId

object identifier

ObjectWrite
Transaction

Transaction

Traits

Read
Write