What Sqlite3 driver or ORM to choose?

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • sqlite

  • - gitlab.com/cznic/sqlite

  • sqlx

    general purpose extensions to golang's database/sql

  • - github.com/jmoiron/sqlx

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • go-sqlite3

    sqlite3 driver for go using database/sql

  • - github.com/mattn/go-sqlite3

  • bun

    SQL-first Golang ORM (by uptrace)

  • I’ve really taken to Bun, I really like the balance it strikes between ORM and query builder - https://github.com/uptrace/bun

  • ent

    An entity framework for Go

  • Ben B Johnson did a talk on this- he recommends matn/go-sqlite3 . I use cznic/SQLite for my unimportant side projects because it doesn't need a C compiler. jmoiron/sqlx is not a driver, but a framework on top of one. Also see https://entgo.io/ for a popular ORM layer.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
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

  • Dapper-like ORM, Mapping

    9 projects | /r/golang | 6 Oct 2022
  • Looking for some PgSQL infos

    3 projects | /r/golang | 3 Oct 2022
  • How We Went All In on sqlc/pgx for Postgres + Go

    3 projects | /r/golang | 9 Sep 2021
  • Go to Postgres Library

    5 projects | /r/golang | 28 May 2021
  • How much do you agree completely switching from Java to Go? I have total 9yrs of experience in Java but now I am interested in Go.

    3 projects | /r/golang | 18 Apr 2021