PostgreSQL database tools using pg client for the aux4 ecosystem.
This package provides a PostgreSQL database driver that follows the aux4 db driver specification outlined in db/package/README.md.
npm install aux4-db-postgres# Install dependencies
npm install
# Build the executable
npm run build
# Run in development mode
npm run devMIT