pgai is a thin wrapper around the postgresai CLI, intended to provide a short command name.
Run without installing:
npx pgai --help
npx pgai prepare-db postgresql://admin@host:5432/dbnameThis is equivalent to:
npx postgresai --help
npx postgresai prepare-db postgresql://admin@host:5432/dbname