awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
defnotwig avatar

defnotwig/pg-safe-migrate

0
View on GitHub↗
1 star·0 forks·TypeScript·MIT·9 views

Pg Safe Migrate

Safety-first PostgreSQL migration engine for Node.js — advisory locks, drift detection, checksum verification, 10 lint rules, CLI, and GitHub Action

Features

  • Schema and Migration Tools - Safety-focused migration engine for Node.js.

Star history

Star history chart for defnotwig/pg-safe-migrateStar history chart for defnotwig/pg-safe-migrate

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Pg Safe Migrate

These projects share indexed features with Pg Safe Migrate. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • doctrine/dbaldoctrine avatar

    doctrine/dbal

    9,699View on GitHub↗

    This project is a SQL database abstraction layer that provides a consistent object-oriented interface for interacting with multiple relational database systems. It includes a driver wrapper to standardize connections and result sets, a fluent query builder for constructing portable SQL statements, and a type mapper for converting database-specific data types into native application types and vice versa. The library enables programmatic schema management through a schema manager that can introspect database metadata, model structures as objects, and generate the SQL required to migrate between

    PHPdatabaseibm-db2mariadb
    View on GitHub↗9,699
  • elixir-ecto/ectoelixir-ecto avatar

    elixir-ecto/ecto

    6,471View on GitHub↗

    Ecto is an Elixir database toolkit that maps database rows to Elixir structs and validates data changes through changesets before persistence. It provides a language-integrated query syntax for composing database queries, building them incrementally and securely with compile-time expansion into safe SQL. The toolkit connects to multiple database backends including PostgreSQL, MySQL, MSSQL, SQLite3, ClickHouse, and ETS through a pluggable adapter interface. It supports eager and lazy preloading of associated records to eliminate N+1 query problems, and can store nested data structures as embed

    Elixir
    View on GitHub↗6,471
  • ayarotsky/diesel-guardayarotsky avatar

    ayarotsky/diesel-guard

    115View on GitHub↗

    Linter for dangerous Postgres migration patterns in Diesel and SQLx. Prevents downtime caused by unsafe schema changes.

    Rust
    View on GitHub↗115
  • bemihq/bemiBemiHQ avatar

    BemiHQ/bemi

    399View on GitHub↗

    Automatic data change tracking for PostgreSQL

    TypeScript
    View on GitHub↗399
Compare all 13 related projects→

Frequently asked questions

What does defnotwig/pg-safe-migrate do?

Safety-first PostgreSQL migration engine for Node.js — advisory locks, drift detection, checksum verification, 10 lint rules, CLI, and GitHub Action

What are the main features of defnotwig/pg-safe-migrate?

The main features of defnotwig/pg-safe-migrate are: Schema and Migration Tools.

Which projects share features with defnotwig/pg-safe-migrate?

Projects with overlapping indexed features include: doctrine/dbal — This project is a SQL database abstraction layer that provides a consistent object-oriented interface for interacting… elixir-ecto/ecto — Ecto is an Elixir database toolkit that maps database rows to Elixir structs and validates data changes through… ayarotsky/diesel-guard — Linter for dangerous Postgres migration patterns in Diesel and SQLx. Prevents downtime caused by unsafe schema changes. cbbrowne/pgcmp — Tool for comparing Postgres database schemas. djrobstep/migra — DEPRECATED: Like diff but for PostgreSQL schemas. bemihq/bemi — Automatic data change tracking for PostgreSQL.