fog-db-traits

Crates.iofog-db-traits
lib.rsfog-db-traits
version0.0.2
sourcesrc
created_at2023-08-05 02:01:55.931095
updated_at2023-08-11 02:56:28.68846
descriptiondatabase traits to be implemented by fog-db databases
homepagehttps://github.com/Cognoscan/fog-db-traits
repositoryhttps://github.com/Cognoscan/fog-db-traits
max_upload_size
id935805
size53,319
Richard Scott Teal (Cognoscan)

documentation

README

Interfaces for fog-db

There's more than one way to implement a database for fog-db, and this crate is dedicated to creating a common API for dealing with fog-db databases. It defines:

  • The cursor API for simultaneous, streaming navigation through both local and remote databases.
  • The transaction API for modifying the local database
  • The certificate and policy API for setting access policies into the database
  • The Group API for opening up a group of connections to remote database nodes
Commit count: 6

cargo fmt