@agentifai-oss/storage-sqlite
v0.1.0
Published
SQLite event and projection storage adapter for AgentifAI.
Readme
@agentifai-oss/storage-sqlite
SQLite event and projection storage adapter for AgentifAI.
npm install @agentifai-oss/storage-sqliteimport { SQLiteStore } from "@agentifai-oss/storage-sqlite";
const store = new SQLiteStore("./agentifai.db");Requires Node.js 22.13 or newer and uses the built-in node:sqlite module. Applications normally receive this adapter through @agentifai-oss/server.
