Low level framework for database migration.
Database migrations with knex.
Generic resource pooling for Node.JS
Mongodb schema and data migration lib
A tool for migrating to new Sass versions.
This project serves as a converter between the legacy ruleset format and a new one. It's used internally, albeit it can be used externally too, also in browsers.
A Node.js utility for PostgreSQL database migrations
PostgeSQL migration tool
🦆 Drizzle ORM migrator applies migrations in browser environment, for PGLite, SQLite, DuckDB WASM!
Resumable database migration toolkit for moving data to Cloudflare D1 with ZinTrust.
OpenTelemetry instrumentation for `generic-pool` resource pool for managing expensive resources
The complete and easy to use command-line migration tool for PostgreSQL
Schematics specific to Angular
- Auto-retry migrations marked as repeatable on timeout and serialization errors
A strongly-typed postgres client for node.js
This monorepo's version of "lodash". This package contains shared generic utilities that can be used within the ecosystem. This package should not have dependencies, and should not contain any references to the Analytics domain.
- Work around the umzug architectural limitations that make it hard/impossible to transactionally execute + log (or unlog) a migration, even when the logs and the migrations are applied to the same db. - Accept tradeoff that this will force each user mi
A nestjs-cls plugin for transactional decorators
a generic Hocuspocus persistence driver for the database
Codemod transformations to help upgrade your Polaris codebase
Helper for building generic names, similar to webpack
The complete and easy to use database migration tool
Configuration migration for ESLint
A library for JSON migrations
Declare your Rails/active_record model schemas and have database migrations generated for you!
Generates SQL for database migrations.
This gem makes it easy to create and maintain an up-to-date database schema and apply it to the database as needed by the means of standard Sequel migrations.
lol_dba is a small package of rake tasks that scan your application models and displays a list of columns that probably should be indexed. Also, it can generate .sql migration scripts.
This scan every ActiveRecord model looking for relationships ('has_many', 'belongs_to', etc.) and adds foreign key constraints.
The model renamer gem allows you to rename any a model in your rails application. The gem looks for occurrences of any variation or pluralization of the old model name and changes it to the corresponding variation of the new name. It also generates database migrations that rename tables and foreign keys referencing the old name.
This scan every ActiveRecord model looking for relationships ('has_many', 'belongs_to', etc.) and adds foreign key constraints.
allows you to declare database triggers in ruby in your models, and then generate appropriate migrations as they change
Generic installer to manage database migrations for various databases
Reverse engineer existing databases and generate migrations, models, or scaffolding
Monitor and generate database migrations based on difference between current schema and configuration
ActiveRecordSchema is an ActiveRecord extension that allows you to write the database schema for a model within the model itself and to generate migrations directly from models.