runifold-store-postgres 0.4.1

PostgreSQL conversation, semantic-memory, and distributed workflow store for Runifold
Documentation
1
2
3
4
5
6
7
8
9
//! Durable `PostgreSQL` storage adapters for Runifold.

mod blocking;
mod conversation;
mod effect;
mod workflow;

pub use conversation::{PostgresConversationStore, PostgresConversationStoreError};
pub use workflow::{PostgresWorkflowStore, PostgresWorkflowStoreError};