claw-core 0.1.2

Embedded local database engine for ClawDB — an agent-native cognitive database
Documentation
1
2
3
4
5
6
7
//! Schema modules for claw-core.
//!
//! The `schema` module is responsible for embedded SQL migrations and schema
//! validation helpers that guard the integrity of claw-core's internal tables.

pub mod migrations;
pub mod validators;