Postgres database layer for courtbot-engine, providing persistent storage for court notification systems. Current version 1.3.9, released as part of the courtbot ecosystem. It requires courtbot-engine ^1.3.3 as a peer dependency. Differentiated by its auditing capabilities via PostgreSQL audit trigger 91plus. Designed for Node.js environments with PostgreSQL backends.
npm install courtbot-engine-pgNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Sets up an Express app with Postgres-backed courtbot SMS routes.
Install courtbot-engine as a separate dependency: npm install courtbot-engine
Use correct PostgreSQL connection string format: postgres://user:password@host:port/database
Run the audit trigger SQL script from https://wiki.postgresql.org/wiki/Audit_trigger_91plus
npm install courtbot-engine
Run database migrations provided by courtbot-engine
Start PostgreSQL and verify DATABASE_URL connection string