datafold 0.1.55

A personal database for data sovereignty with AI-powered ingestion
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod chain_parser;
pub mod functions;
pub mod iterator_stack_typed;
pub mod result_types;
pub mod shared_utilities;

// Public re-exports
pub use crate::schema::types::Transform;

// New modular components
pub mod manager;