Skip to content

Adapter Postgres

PostgreSQL database adapter for HoloScript runtime workloads.

Overview

@holoscript/adapter-postgres connects runtime services and backend workflows to PostgreSQL for persistence, execution logs, state snapshots, and custom queries.

Installation

bash
npm install @holoscript/adapter-postgres

Use When

  • You need durable storage for scene or agent state.
  • You want SQL access to execution logs and analytics data.
  • You are building a server-side integration on top of HoloScript runtime services.

Key Capabilities

  • PostgreSQL-backed persistence for runtime state.
  • Query helpers for custom reporting and operational tooling.
  • Integration point for collaboration and registry-style services.

See Also

Released under the MIT License.