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

gohouse/gorose

GoRose(go orm), a mini database ORM for golang, which inspired by the famous php framwork laravle's eloquent. It will be friendly for php developer and python or ruby developer. Currently provides six major database drivers: mysql,sqlite3,postgres,oracle,mssql, Clickhouse. observed · 2026-08-28

github.com/gohouse/gorose · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

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

  • gap_med: n/a
  • age_days: 3162
  • days_rel: n/a
  • days_push: 637
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1162 stars · 125 forks observed · 2026-08-28

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

GoRose is a mini database ORM for Go inspired by Laravel's Eloquent, offering both struct-bound (Go-style) and map-based (PHP-style) query builder APIs. It supports MySQL, SQLite3, Postgres, Oracle, MSSQL, and ClickHouse, including read/write cluster configuration.

Use cases

  • query mysql from go without raw sql
  • map go structs to database tables
  • laravel-style query builder in golang
  • read-write splitting across database replicas
  • support multiple databases like postgres and sqlite in one orm
  • insert update delete records with a fluent api

When to choose

  • you want an eloquent/laravel-like orm experience in go
  • you need lightweight orm with multiple database drivers
  • you prefer chainable query building over heavy full-featured orms
  • you need read/write cluster support

When to avoid

  • you need a battle-tested production orm like gorm
  • you rely on tagged stable releases since v3 is beta without tags
  • you need advanced features like migrations or hooks out of the box
  • you want a large community and ecosystem

Facets

library · maturity experimental

orm database database-driver databases backend web-development developer-tools go cross-platform query-builder laravel-eloquent-style read-write-splitting multi-database chainable-api

1 source

Member repositories

RepositoryRoleHealth v2
gohouse/gorosemain23

For agents

markdown · JSON · MCP: product_card(name="gohouse/gorose")

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