Tool for automating database migrations, supporting version control and rollbacks.
npm install database-toolTool for automating database migrations, supporting version control and rollbacks.
``bash`
git clone https://github.com/zen1th3000/database-tool.git
cd database-tool
npm install
npm start
bash
node index.js
``