{"library":"migrat-postgres","install":[{"cmd":"npm install migrat-postgres","imports":["const postgres = require('migrat-postgres');","module.exports = { plugins: [postgres({ host: 'localhost', database: 'mydb' })] };","const postgres = require('migrat-postgres');"]},{"cmd":"yarn add migrat-postgres","imports":[]},{"cmd":"pnpm add migrat-postgres","imports":[]}]}