Data Elevator Postgres
JSON →A flexible Postgres database migration tool that stores migration levels in the database itself, enabling safe concurrent migrations across multiple instances (e.g., development teams or production servers). Version 6.0.0 requires Node >=18. Uses the 'data-elevator' core for migration logic and 'pg' for Postgres connectivity. Unlike many migration libraries, it stores state in a user-defined table rather than a file, making it ideal for shared database environments.
API endpoints
full doc /v1/registry/data-elevator-postgres