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

go-xorm/xorm

Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,mssql,oracle, Moved to https://gitea.com/xorm/xorm observed · 2026-08-28

github.com/go-xorm/xorm · Go · BSD-3-Clause (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: archived

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: n/a
  • age_days: 4865
  • days_rel: n/a
  • days_push: 2344
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

6622 stars · 741 forks observed · 2026-08-28

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

Xorm is a simple and powerful ORM library for Go that maps Go structs to database tables with chainable APIs, transaction support, and raw SQL support. It supports MySQL, Postgres, TiDB, SQLite, MSSQL, and Oracle, though the GitHub repository has moved to Gitea and is no longer updated.

Use cases

  • map go structs to database tables
  • orm for mysql and postgres in go
  • manage database transactions in go
  • sync go struct definitions to database schema
  • read-write splitting with master and slave databases
  • query database with chainable orm api in go

When to choose

  • you want a lightweight Go ORM with both ORM and raw SQL support
  • you need multi-database support including TiDB and Oracle
  • you want automatic schema syncing from structs
  • you need read/write splitting with engine groups

When to avoid

  • you want an actively maintained project on GitHub - it moved to Gitea
  • you prefer the more widely adopted GORM ecosystem
  • you need a repository with recent releases - last release was 2020

Facets

library · maturity maintenance

orm database database-driver caching databases backend web-development developer-tools go cross-platform go sql mysql postgres sqlite mssql oracle tidb moved-to-gitea

1 source

Member repositories

RepositoryRoleHealth v2
go-xorm/xormmain10

For agents

markdown · JSON · MCP: product_card(name="go-xorm/xorm")

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