Small plugin (v0.2.1) that provides a PostgreSQL interface for the Node Blog Engine (NBE). Minimal documentation and no active maintenance. Likely only useful as a legacy adapter for NBE-based projects. No notable alternatives; tied to the NBE ecosystem.
npm install nbe-postgresNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to create a PostgreSQL adapter instance and fetch articles using the Node Blog Engine plugin.
Consider using a standalone PostgreSQL ORM like Sequelize or Prisma instead.
Use default import: `import Postgres from 'nbe-postgres'`
Enable ESM in your project or use dynamic import: `const postgres = await import('nbe-postgres')`Run `npm install nbe-postgres`
Use `import` syntax or dynamic `import()`
Use `import Postgres from 'nbe-postgres'` instead of `import { Postgres } from 'nbe-postgres'`