Sql generator but for SQLite

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

    Gen: Friendly & Safer GORM powered by Code Generation

  • Maybe this is what you want? Saw it posted here earlier today: https://github.com/go-gorm/gen

  • SQLBoiler

    Generate a Go ORM tailored to your database schema.

  • Try sqlboiler. https://github.com/volatiletech/sqlboiler

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

    Type safe SQL builder with code generation and automatic query result data mapping

  • Jet has full support for SQLite. https://github.com/go-jet/jet

  • ent

    An entity framework for Go

  • Ent is my favourite data access layer for Go. It uses code generation to make things type safe, and treats your schema like a graph which IMO makes it way nicer to work with and is one of the reasons I love Ent.

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

  • Go ORMs Compared

    5 projects | dev.to | 18 Jan 2024
  • Tenha controle sobre seu SQL com Golang e SQLC

    3 projects | dev.to | 25 Nov 2023
  • ORM or no ORM (and which ones)?

    17 projects | /r/golang | 17 Jan 2023
  • GORM is a bad idea?

    5 projects | /r/golang | 10 May 2022
  • The Power of Generics in Go: The Repository pattern for GORM

    2 projects | /r/golang | 22 Apr 2022