Command-line interface for managing an embedded PostgreSQL server, wrapping the embedded-postgres library. Version 0.0.2 requires Node >=16. Provides start/clean commands, supports configuration via RC file, and runs PostgreSQL dynamically without external installation. Different from full PostgreSQL setup tools by being lightweight and test/sandbox oriented.
npm install embedded-postgres-cliNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows typical CLI usage: install, configure, start PostgreSQL, and clean up.
Always specify --data or set in .embedded-postgresrc.
Use --data /path/to/dir. The help typo will be fixed in future versions.
Use process management tools or send SIGTERM to child process.
Use --port to specify a free port, e.g., --port 5433.
Install embedded-postgres: npm install embedded-postgres