Skip to main content

SingleStore

Distributed SQL database with real-time analytics.

Setup

pip install singlestoredb

Usage

from praisonai.persistence.factory import create_conversation_store

store = create_conversation_store(
    "singlestore",
    url="singlestoredb://user:password@host:3306/database"
)