eidetica 0.2.0

Decentralized DB. Remember Everything. Everywhere. All At Once.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Instance integration tests
//!
//! This module tests Instance functionality including database operations, tree management,
//! settings configuration, and basic operations. Tests are organized by functional area
//! for better maintainability.

mod basic_operations;
mod database_management;
mod database_operations;
mod helpers;
mod settings_operations;
mod sync_integration;