{"library":"exodusjs","type":"library","category":null,"description":"exodusjs is a simple PostgreSQL database migration tool for Node.js. Version 2.1.1 is stable, with infrequent releases. It provides a CLI for creating, migrating, and rolling back migrations, tracking applied migrations in a dedicated database table. Unlike more feature-rich tools like node-pg-migrate or db-migrate, exodusjs focuses on minimalism: migrations are plain SQL in JavaScript modules with only 'up' and 'down' exported. No schema management, no seeding, no TypeScript support. Requires a DATABASE_URL environment variable and a local postgres connection.","language":"javascript","status":"maintenance","version":"2.1.1","tags":["javascript","exodus","exodusjs","migration","database","postgres","nodejs"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install exodusjs","imports":["module.exports = { up: 'SQL...', down: 'SQL...' }","npx exodus migrate","process.env.DATABASE_URL"]},{"cmd":"yarn add exodusjs","imports":[]},{"cmd":"pnpm add exodusjs","imports":[]}],"homepage":"https://github.com/swlkr/exodusjs#readme","github":"ssh://git@github.com/swlkr/exodusjs","docs":null,"changelog":null,"pypi":null,"npm":"exodusjs","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}