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
rafaelespinoza avatar

rafaelespinoza/godfish

0
View on GitHub↗
13 stars·1 fork·Go·ISC·8 viewspkg.go.dev/github.com/rafaelespinoza/godfish?tab=doc↗

Godfish

a db migration management CLI and library

Features

  • Database Tools - Listed in the “Database Tools” section of the Awesome Go awesome list.
  • Schema Migration Tools - Database migration manager supporting multiple SQL dialects.

Star history

Star history chart for rafaelespinoza/godfishStar history chart for rafaelespinoza/godfish

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

Frequently asked questions

What does rafaelespinoza/godfish do?

a db migration management CLI and library

What are the main features of rafaelespinoza/godfish?

The main features of rafaelespinoza/godfish are: Database Tools, Schema Migration Tools.

Which projects share features with rafaelespinoza/godfish?

Projects with overlapping indexed features include: ariga/atlas — Atlas is a SQL database schema management tool and database infrastructure as code framework. It provides a… go-gormigrate/gormigrate — Minimalistic database migration helper for Gorm ORM. adlio/schema — Embedded schema migration package for Go. amacneil/dbmate — Dbmate is a framework-agnostic SQL database migration tool used for tracking, applying, and rolling back schema… bytebase/bytebase — Bytebase is a database DevSecOps platform and management console designed to orchestrate schema migrations,… gobuffalo/pop — A Tasty Treat For All Your Database Needs.

Projects sharing features with Godfish

These projects share indexed features with Godfish. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • amacneil/dbmateamacneil avatar

    amacneil/dbmate

    6,954View on GitHub↗

    Dbmate is a framework-agnostic SQL database migration tool used for tracking, applying, and rolling back schema changes to ensure consistent environments. It functions as a database schema versioning tool that manages updates independently of any specific application framework by relying on raw SQL and connection URLs. The project distinguishes itself by offering a container-based approach to database administration, allowing schema updates to be executed via Docker to avoid local binary installations. It also supports embedding migration scripts directly into the compiled binary to eliminate

    Goclickhousecppdatabase
    View on GitHub↗6,954
  • ariga/atlasariga avatar

    ariga/atlas

    8,096View on GitHub↗

    Atlas is a SQL database schema management tool and database infrastructure as code framework. It provides a declarative database migration engine that computes the difference between a desired schema state and the current database state to automatically generate the necessary SQL for transitions. The project distinguishes itself through a comprehensive suite of analysis and visualization tools, including a database schema linter that detects destructive changes and data loss risks. It also features a SQL schema visualization tool capable of generating entity-relationship diagrams from extract

    Go
    View on GitHub↗8,096
  • adlio/schemaadlio avatar

    adlio/schema

    43View on GitHub↗

    Embedded schema migration package for Go

    Go
    View on GitHub↗43
  • bytebase/bytebasebytebase avatar

    bytebase/bytebase

    14,151View on GitHub↗

    Bytebase is a database DevSecOps platform and management console designed to orchestrate schema migrations, deployments, and security audits across multiple database engines. It serves as a SQL GitOps tool that synchronizes database states with configurations stored in Git repositories to manage infrastructure as code. The platform distinguishes itself through a multi-database management console that provides a single interface for relational and NoSQL databases. It includes a security layer for role-based access control, database activity auditing, and column-level data masking to protect se

    Gocicddata-maskingdata-security
    View on GitHub↗14,151
  • Compare all 30 related projects→