CLI for asserting the existence of a postgres schema
npm install @lanetix/pg-assert-schemaUsage: @lanetix/pg-assert-schema [ -d database url ] <schema>
Asserts the existence of schema, creating it if necessary
Options:
-d, --database_url database url (defaults to $DATABASE_URL) [string]
-h, --help Show help