nowfound

Alternatives

Products that do what Type-safe Go database client for Postgres, MySQL and SQLite does

  1. 1GI
  2. 2SC
  3. 3AE
  4. 4KA
  5. 5GG

    2018 · github.com

  6. 6AI
  7. 7CL

    2020 · github.com

  8. 8DL

    2014 · databaselabs.io

  9. 9KB
  10. 10DG
  11. 11SG
  12. 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

  13. 13PC
  14. 14SW
  15. 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

  16. 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

  17. 17AD
  18. 18IF
  19. 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

  20. 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

  21. 21SA
  22. 22MS
  23. 23SF
  24. 24FS

Ranked by how close each launch is in meaning, then by votes. Refine with a description →