alaz-db 1.0.0

Long-term memory for AI coding agents
Documentation
1
2
3
4
5
6
mod embedding_reset;
mod pool;
pub mod repos;

pub use embedding_reset::reset_all_embeddings;
pub use pool::{MigrationInfo, create_pool, migration_status, migrations_pending, run_migrations};