Interceptors for database/sql
☆514May 12, 2023Updated 2 years ago
Alternatives and similar repositories for sqlmw
Users that are interested in sqlmw are comparing it to the libraries listed below
Sorting:
- Attach hooks to any database/sql driver☆662Jun 27, 2024Updated last year
- A sql driver that will wrap any other driver and log/trace all its calls☆175Feb 17, 2024Updated 2 years ago
- A little process manager written in Go☆14Jan 7, 2023Updated 3 years ago
- Caching middleware for database/sql☆51Jan 12, 2026Updated last month
- 🚀 fgprof is a sampling Go profiler that allows you to analyze On-CPU as well as Off-CPU (e.g. I/O) time together.☆3,095May 2, 2025Updated 9 months ago
- Allows to mark Go enum types as exhaustive.☆33Sep 4, 2024Updated last year
- A sql driver that will wrap any other driver and log/trace all its calls☆261Nov 28, 2019Updated 6 years ago
- Pratt parser implementation in Go☆46Jul 24, 2022Updated 3 years ago
- Visualise Go runtime metrics in real time☆3,624Updated this week
- A logger for Go SQL database driver without modifying existing *sql.DB stdlib usage.☆382Dec 5, 2025Updated 2 months ago
- Useful template functions for Go templates.☆4,692Jul 18, 2025Updated 7 months ago
- Write better integration tests! Dockertest helps you boot up ephermal docker images for your Go tests with minimal work.☆4,478Updated this week
- Generate a Go ORM tailored to your database schema.☆6,976Jan 1, 2026Updated last month
- Smart Go module dependency inspection and pruning.☆19Jun 11, 2020Updated 5 years ago
- Chronos - A static race detector for the go language☆439Apr 22, 2022Updated 3 years ago
- 🎄 Go code coverage to SVG treemap☆594May 1, 2025Updated 9 months ago
- Go Dependency Analysis toolkit☆1,604Jan 22, 2026Updated last month
- ☠️ mkill limits the number of threads in a Go program, without crashing it.☆23Oct 4, 2020Updated 5 years ago
- Simple and easy wrappers for Go sync/atomic package.☆31Mar 3, 2024Updated last year
- A universal mechanism to manage goroutine lifecycles☆1,690Jun 27, 2025Updated 8 months ago
- Flags-first package for configuration☆1,444Aug 10, 2025Updated 6 months ago
- Selected Go-internal packages factored out from the standard library☆963Apr 10, 2025Updated 10 months ago
- A high performance memory-bound Go cache☆6,777Jan 21, 2026Updated last month
- Generate type-safe code from SQL☆17,043Updated this week
- Modern ORM for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API☆781Jan 1, 2026Updated last month
- 😴 A tiny library for handling system interrupts☆38Jun 18, 2021Updated 4 years ago
- A Go library for collecting sql.DBStats in Prometheus format☆185Jun 25, 2021Updated 4 years ago
- Define and run pattern-based custom linting rules.☆862Sep 25, 2025Updated 5 months ago
- A stricter gofmt☆3,862Feb 18, 2026Updated last week
- Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server☆3,885Jun 23, 2025Updated 8 months ago
- Building event-driven applications the easy way in Go.☆9,549Jan 5, 2026Updated last month
- Sql mock driver for golang to test database interactions☆6,529Sep 11, 2024Updated last year
- A simple and flexible health check library for Go.☆830Feb 11, 2026Updated 2 weeks ago
- Goroutine leak detector☆5,121Dec 10, 2025Updated 2 months ago
- Golang port of simdjson: parsing gigabytes of JSON per second☆2,008Aug 26, 2025Updated 6 months ago
- Refactoring and code transformation tool for Go.☆1,027Feb 11, 2025Updated last year
- Expression language and expression evaluation for Go