leankg 0.20.2

Lightweight Knowledge Graph for AI-Assisted Development
Documentation
1
2
3
4
5
6
7
//! PostgreSQL backend for LeanKG (the only storage engine, post-migration).
//!
//! The cozo query → SQL translator plus the versioned schema runner. Query
//! mutability classification lives in [`mutability`].
pub mod migrations;
pub mod mutability;
pub mod translate;