peterldowns / pgtestdbLinks
quickly run tests in their own temporary, isolated, postgres databases
☆362Updated 4 months ago
Alternatives and similar repositories for pgtestdb
Users that are interested in pgtestdb are comparing it to the libraries listed below
Sorting:
- Type Safe Enum generator for Go☆364Updated 3 weeks ago
- Generate type-safe Go for any Postgres query. If Postgres can run the query, pggen can generate code for it.☆307Updated 6 months ago
- An alternative to stack traces for your Go errors☆779Updated 3 weeks ago
- Structured concurrency made easy☆392Updated last month
- A modern generic testing assertions library for Go☆202Updated 3 weeks ago
- A Go time testing library for writing deterministic unit tests☆265Updated 3 months ago
- Go errors but structured and composable. Fault provides an extensible yet ergonomic mechanism for wrapping errors.☆295Updated 3 months ago
- Golang queue on top of PostgreSQL☆300Updated last week
- Queue-agnostic background job library for Go, with a pleasant API and powerful features.☆321Updated 2 weeks ago
- OpenTelemetry Tracing instrumentation for PostgreSQL☆172Updated 3 weeks ago
- Type safe enums for Go without code generation or reflection☆442Updated last month
- An implementation of a `Nullable` type for JSON bodies, indicating whether the field is absent, set to null, or set to a value☆123Updated 2 weeks ago
- A terminal-based diagnostic tool for Go pprof data☆259Updated 2 months ago
- pgx mock driver for golang to test database interactions☆525Updated this week
- Run a real Postgres database locally on Linux, OSX or Windows as part of another Go application or test☆1,052Updated 2 months ago
- Go implementation of TypeIDs: type-safe, K-sortable, and globally unique identifiers inspired by Stripe IDs☆175Updated last month
- 🧬 Go Mutation Testing☆277Updated 8 months ago
- The missing tool for Visualising Go Tests☆335Updated 11 months ago
- The simplest config loader for Go that reads/watches from file, env, flag and clouds (AWS, Azure, GCP).☆349Updated last week
- Golang comptime. Pure blasphemy☆483Updated 2 months ago
- A caching library with advanced concurrency features designed to make I/O heavy applications robust and highly performant☆1,232Updated 6 months ago
- A Go library for serving resources fairly☆776Updated last week
- Go queue library built on SQLite and inspired by AWS SQS.☆494Updated last week
- Check exhaustiveness of switch statements of enum-like constants in Go source code.☆325Updated 10 months ago
- Rapid is a modern Go property-based testing library☆679Updated 4 months ago
- Benchmarks for Golang SQLite Drivers☆540Updated last month
- Minimal test assertions in Go