Database Schema Updater

JSON →
library 4.1.0 ·javascript
verified May 27, 2026

database-updates is a Node.js library designed to manage and apply database schema and data migration scripts in a versioned, reliable manner. It is currently at version 4.1.0 and appears to be actively maintained, though no explicit release cadence is stated beyond following semantic versioning for its own releases. The core differentiator is its reliance on SemVer (Semantic Versioning) compliant filenames for update scripts (e.g., `1.0.0-initial-setup.js`), which dictates the execution order and ensures each script runs exactly once per environment. This mechanism prevents inconsistencies across development, staging, and production environments. It supports both CommonJS and ES Module update scripts and offers experimental support for TypeScript update files, provided the runtime can dynamically `import()` them. It's particularly useful for applications built on MongoDB or similar NoSQL databases where schema changes are often handled via code-based migrations.

total hits 33
actors 7 distinct systems
last hit 1d ago human
ByteDance
11
Amazonbot
4
MetaBot
4
GPTBot
2
Script
1
Search engines
1
Humans
7

top countries 🇺🇸 United States · 🇸🇬 Singapore · VN · 🇨🇳 China · 🇨🇦 Canada