avocado-core 2.2.0

Core engine for AvocadoDB - deterministic context compilation for AI agents
Documentation
1
2
3
4
5
6
7
//! Database migrations for each backend
//!
//! The postgres module is always available as reference schema for
//! the avocado-pgext PostgreSQL extension.

pub mod sqlite;
pub mod postgres;