nodedb 0.0.0-beta.1

Local-first, real-time, edge-to-cloud hybrid database for multi-modal workloads
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod audit;
pub mod auth_users;
pub mod blacklist;
pub mod collections;
pub mod metadata;
pub mod orgs;
pub mod scopes;
pub mod security;
pub mod types;
pub mod users;

pub use orgs::{StoredOrg, StoredOrgMember};
pub use scopes::{StoredScope, StoredScopeGrant};
pub use types::{
    StoredApiKey, StoredAuditEntry, StoredAuthUser, StoredBlacklistEntry, StoredCollection,
    StoredOwner, StoredPermission, StoredRole, StoredTenant, StoredUser, SystemCatalog,
    catalog_err, owner_key,
};