File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 11## Podil [ ![ Build] ( https://github.com/podiljs/podil/actions/workflows/build.yaml/badge.svg )] ( https://github.com/podiljs/podil/actions/workflows/build.yaml ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/podiljs/podil/badge.svg?branch=main )] ( https://coveralls.io/github/podiljs/podil?branch=main ) [ ![ npm version] ( https://img.shields.io/npm/v/podil.svg?style=flat )] ( https://www.npmjs.com/package/podil ) [ ![ install size] ( https://packagephobia.com/badge?p=podil )] ( https://www.npmjs.com/package/podil )
22
33Lightweight and secure database migration tool for Node.js and Postgres. Podil lets
4- you version your database by executing SQL scripts automatically on application
4+ you version your database schema by executing SQL scripts automatically on application
55startup. It keeps track of what scripts have been executed and what not which lets
66you seamlessly update your database schema on every environment in the same way. Podil
77saves you from mistakingly breaking your schema by storing and verifying checksums
You can’t perform that action at this time.
0 commit comments