@melandlabs/sqlite
v0.5.3
Published
OpenContext · sqlite module
Readme
sqlite (workspace)
Workspace package. Internal monorepo build artifact; not published to npm. End users install
@melandlabs/opencontext(the facade) instead. Monorepo contributors depend on this package via the workspace protocol.
SQLite-backed persistence layer for OpenContext. Wraps better-sqlite3 with
the sqlite-vec extension and exposes the raw message store plus the shared
schema definitions.
Installation
pnpm add @melandlabs/opencontextSubpath Exports
sqlite— High-level helpers and the SQLite connection factorysqlite/raw-message-manager— CRUD operations for raw chat messages (used by sync pipelines)sqlite/schema— Shared schema definitions and migrations
Peer Dependencies
better-sqlite3andsqlite-vec(installed as regular dependencies)
