Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

pgai

pgai is a thin wrapper around the postgresai CLI, intended to provide a short command name.

Usage

Run without installing:

npx pgai --help
npx pgai prepare-db postgresql://admin@host:5432/dbname

This is equivalent to:

npx postgresai --help
npx postgresai prepare-db postgresql://admin@host:5432/dbname