Ross ROSS = Recommend OSS · open-source software intelligence for agents

gobuffalo/pop

A Tasty Treat For All Your Database Needs observed · 2026-08-28

github.com/gobuffalo/pop · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

93/100

  • Activity 99
  • Release rhythm 80
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 0
  • age_days: 3129
  • days_rel: 137
  • days_push: 9
  • n_releases_24m: 4

Full methodology

Adoption not part of the score

1515 stars · 251 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Pop is a Go ORM and database toolkit that wraps sqlx to simplify CRUD operations, query building, and migrations. It follows ActiveRecord-inspired conventions such as automatic timestamps and pluralized table names.

Use cases

  • manage database migrations in Go
  • run CRUD operations against Postgres or MySQL
  • map Go structs to database tables with conventions
  • build and execute SQL queries from Go code
  • support SQLite and CockroachDB in a Go app
  • auto-set created_at and updated_at timestamps

When to choose

  • you want an ActiveRecord-style ORM in Go
  • you need built-in migration support across multiple SQL databases
  • you prefer convention-over-configuration for struct-to-table mapping

When to avoid

  • you need a raw SQL-first approach without ORM conventions
  • you use a NoSQL database
  • you require heavy advanced ORM features like complex relationship loading found in larger ORMs

Facets

library · maturity active

orm database database-driver databases backend web-development developer-tools go cross-platform migrations sqlx activerecord-style mysql postgresql sqlite cockroachdb gobuffalo

1 source

Member repositories

RepositoryRoleHealth v2
gobuffalo/popmain93

For agents

markdown · JSON · MCP: product_card(name="gobuffalo/pop")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem