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
npm install @emigrate/postgrespnpm add @emigrate/postgresyarn add @emigrate/postgresbun add @emigrate/postgres{ "dependencies": { "@emigrate/postgres": "*" }}Usage
npx emigrate new --plugin postgres create some fancy tablepnpm emigrate new --plugin postgres create some fancy tableyarn emigrate new --plugin postgres create some fancy tablebunx --bun emigrate new --plugin postgres create some fancy table{ "scripts": { "emigrate": "emigrate" }}deno task emigrate new --plugin postgres create some fancy tableFor more information see the new command’s documentation.