Library for sqlite3 recommendations?

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • go-sqlite3

    sqlite3 driver for go using database/sql

  • There are other implementations that use CGo. This is probably one of the more common ones: https://github.com/mattn/go-sqlite3

  • go-sqlite

    Low-level Go interface to SQLite 3

  • https://pkg.go.dev/modernc.org/sqlite via https://pkg.go.dev/zombiezen.com/go/sqlite

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • bun

    SQL-first Golang ORM (by uptrace)

  • Another option if switching to a full database is a possible future is https://github.com/uptrace/bun

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts