mnemo-postgres 0.4.0-rc3

PostgreSQL storage backend for Mnemo
Documentation
1
2
3
4
5
6
pub mod migrations;
pub mod pgvector_index;
pub mod storage;

pub use pgvector_index::PgVectorIndex;
pub use storage::PgStorage;