codd VS goose

Compare codd vs goose and see what are their differences.

codd

Codd is a simple-to-use CLI tool that applies plain postgres SQL migrations with strong and automatic cross-environment schema equality checks (by mzabani)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
codd goose
2 29
36 5,889
- 7.7%
7.0 8.9
27 days ago 12 days ago
Haskell Go
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

codd

Posts with mentions or reviews of codd. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-03.
  • Announcing codd - a tool to apply postgres SQL migrations
    3 projects | /r/haskell | 3 Mar 2023
    Some possible upsides of codd: - No need to manually write verification SQL. Codd will update schema representation files when you codd add some-migration.sql and will compare those to the actual schema when deploying (I'd say in ways which would be very hard to replicate manually, see an example of what codd checks, giving you the option to rollback if they don't match or proceed but log non-matching db objects. - It seems to be much simpler to set codd up. You need 3 env vars to start, a folder to store your migrations and a self-contained statically linked executable. Just codd add migration.sql your way in after that - This might be very wrong as I couldn't find it explicitly documented, but this GH issue suggests it's not so simple to apply all pending migrations in a single transaction with Sqitch? Maybe it requires some bundling or something along those lines and then it's fine, though. In any case, codd will do this automatically when you run codd up (provided postgresql allows it).

goose

Posts with mentions or reviews of goose. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-29.

What are some alternatives?

When comparing codd and goose you can also consider the following projects:

dbmigrations - A library for the creation, management, and installation of schema updates for relational databases.

migrate - Database migrations. CLI and Golang library.

sqitch - Sensible database change management

dbmate - :rocket: A lightweight, framework-agnostic database migration tool.

go-migrate - Abstract task migration tool written in Go for Golang services. Database and non database migration management brought to the CLI. [Moved to: https://github.com/g14a/metana]

liquibase - Main Liquibase Source

alembic - A database migrations tool for SQLAlchemy.

pig - Simple pgx wrapper to execute and scan query results

tern - The SQL Fan's Migrator

atlas - Manage your database schema as code

database-lab-engine - DBLab enables 🖖 database branching and ⚡️ thin cloning for any Postgres database and empowers DB testing in CI/CD. This optimizes database-related costs while improving time-to-market and software quality. Follow to stay updated.

SQLBoiler - Generate a Go ORM tailored to your database schema.