Skip to content

PostgreSQL Generator

The PostgreSQL generator creates new migration files with the .sql extension. In the same package you can find the PostgreSQL Loader and the PostgreSQL Storage.

Installation

Terminal window
npm install @emigrate/postgres

Usage

Terminal window
npx emigrate new --plugin postgres create some fancy table

For more information see the new command’s documentation.