Alternatives
Products that do what Type-safe Go database client for Postgres, MySQL and SQLite does
- 1GI
2016 · github.com
- 2SC
2019 · conroy.org
- 3AE
2019 · github.com
- 4KA
2017 · github.com
- 5GG
2018 · github.com
- 6AI
2019 · supergraph.dev
- 7CL
2020 · github.com
- 8DL
2014 · databaselabs.io
- 9KB
2020 · kretes.dev
- 10DG
2019 · github.com
- 11SG
2019 · github.com
- 12GA
I wanted to build a persistent message queue based on SQLite, because that's what I'm using for my main state anyway. This gives me ACID across state and messaging, which is nice! I've been inspired by the terminology of AWS SQS for this, but it's obviously much simpler. Maybe you can use it too. :)
2024 · goqite.com
- 13PC
2016 · github.com
- 14SW
2014 · github.com
- 15GA
I've always been curious about how SQL engines actually work. So I built a minimum viable SQL engine in Go. - Supports CSV files as tables - Supports SELECT, FROM, WHERE, LIMIT It's very simple: 1. Parses query string 2. Converts it into an AST representation 3. Executes the query against the CSV 4. Returns the results
2024 · github.com
- 16PT
Throughout my career, I tried many tools to query PostgreSQL, and in the end, concluded that for what I do, the simplest is almost always the best: raw SQL queries. Until now, I typed the results manually and relied on tests to catch problems. While this is OK in e.g., GoLang, it is quite annoying in TypeScript. First, because of the more powerful type system (it's easier to guess that updated_at is a date than it is to guess whether it's nullable or not), second, because of idiosyncrasies (INT4s are deserialised as JS numbers, but INT8s are deserialised as strings). So I wrote pg-typesafe,…
Feb 2026 · github.com
- 17AD
2019 · github.com
- 18IF
2021 · github.com
- 19DP
Hi HN, Over the past few months I've been building DB Pro with my co-founder. DB Pro is a modern desktop database GUI client designed to make working with Postgres, MySQL, SQLite, libSQL and other engines feel fast, visual, and enjoyable. Our focus has been on the dev-experience. We wanted to absolutely nail the UX and look and feel as we believe most db clients aren't friendly to work with. Some features: Visual change review – See pending inserts/updates/deletes before committing them. Inline data editing – Edit table rows directly without clunky modal dialogs. Raw SQL editor – A…
Nov 2025 · dbpro.app
- 20IM
Hello HN, I've just released a new migration tool for Go that mimics the functionality of Ruby on Rails migrations. It's designed to help Go developers manage database schema changes with ease. This allows you several benefits: - Write type-safe migrations - Auto down of migrations whenever it's possible - Easy backfill even with business logic because it's Go code - Painless integration with existing schema - sql.DB compatible and driver agnostic (it uses your driver) I have a pretty complete API to manage Postgres schema and I am working on the SQLite one (a little more complicated due to…
2024 · github.com
- 21SA
2025 · tryschema.com
- 22MS
2016 · github.com
- 23SF
2015 · github.com
- 24FS
2016 · github.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →