PostgreSQL Template Plugin
The PostgreSQL Template Plugin creates new migration files with the .sql extension. In the same package you can find the PostgreSQL Loader Plugin and the PostgreSQL Storage Plugin.
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.