datafold 0.1.55

A personal database for data sovereignty with AI-powered ingestion
Documentation
1
2
3
4
5
6
7
//! Database operations for Lambda context
//!
//! Functionality has been moved to:
//! - `src/lambda/query.rs` (Mutations, Transforms, Backfills)
//! - `src/lambda/schema.rs` (Backfill status)
//!
//! This file is kept to maintain the module structure if needed, but methods are removed to avoid duplicates.