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

mattn/go-sqlite3

sqlite3 driver for go using database/sql observed · 2026-08-28

github.com/mattn/go-sqlite3 · homepage · C · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

98/100

  • Activity 98
  • Release rhythm 98
  • 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: 17.5
  • age_days: 5409
  • days_rel: 16
  • days_push: 16
  • n_releases_24m: 3

Full methodology

Adoption not part of the score

9227 stars · 1173 forks observed · 2026-08-28

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

A SQLite3 driver for Go that conforms to the built-in database/sql interface, implemented as a cgo package bundling the SQLite amalgamation. It is the de facto standard SQLite driver for Go with support for extensions like Spatialite and user authentication.

Use cases

  • use sqlite from go with database/sql
  • embed a local sql database in a go application
  • store app data in a single-file database
  • query sqlite databases from a go service
  • use spatialite extensions in go

When to choose

  • you need a mature, widely used sqlite driver for go
  • you want database/sql compatibility
  • you need sqlite features like user authentication or spatialite

When to avoid

  • you need a pure-Go driver to avoid cgo and gcc
  • you target platforms where cgo is unavailable or painful
  • you need high-concurrency writes to a networked database

Facets

library · maturity stable

database-driver database databases backend developer-tools go windows cross-platform sqlite cgo database-sql sql linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
mattn/go-sqlite3main98

For agents

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

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