Sqlite3 - driver or ORM, which?

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
  • sqlx

    general purpose extensions to golang's database/sql

  • That being said, I would recommend sqlx to help with the DB/querying.

  • go-sqlite3

    sqlite3 driver for go using database/sql

  • For a driver, you could use https://github.com/mattn/go-sqlite3 if you don't mind that CGO cross-compiling might be finnicky

  • 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
  • sqlite

  • Alternatively, there's a pure-Go sqlite driver over at https://gitlab.com/cznic/sqlite

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

  • Replacing Complicated Hashmaps with SQLite

    1 project | news.ycombinator.com | 6 Apr 2024
  • In-memory key value store

    2 projects | /r/golang | 2 Apr 2023
  • GitHub - elgs/gosqlapi: Turns any SQL database into a RESTful API.

    2 projects | /r/golang | 21 Feb 2023
  • Using go run file.go or testing library locks the SQLite database

    1 project | /r/golang | 4 Dec 2022
  • modernc.org/sqlite v1.18.1 upgrades to SQLite 3.39.2

    4 projects | /r/golang | 10 Aug 2022