pgtestdb VS gobyexample

Compare pgtestdb vs gobyexample and see what are their differences.

pgtestdb

quickly run tests in their own temporary, isolated, postgres databases (by peterldowns)
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
pgtestdb gobyexample
2 108
99 6,891
- -
6.8 7.8
about 1 month ago 6 days ago
Go Go
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pgtestdb

Posts with mentions or reviews of pgtestdb. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-05.
  • Russ Cox: Go Testing by Example
    8 projects | news.ycombinator.com | 5 Dec 2023
    Agreed with most of this but I’m skeptical of the rsc.io/script dsl approach. I’ll try it, though, because Russ is often right.

    shameless advert: do you wish testify was implemented with generics and go-cmp, and had a more understandable surface area? Check out my small zero-dep library, Testy https://github.com/peterldowns/testy

    shameless advert: do you want to write tests against your postgres database, but each new test adds seconds to your test suite? Check out pgtestdb, the marginal cost of each test is measured in tens of milliseconds, and each test gets a unique and isolated postgres instance — with all your migrations applied. https://github.com/peterldowns/pgtestdb

  • Show HN: SQL Dry Runs with SQL Simulator
    2 projects | news.ycombinator.com | 4 Jun 2023
    Hi Weston, congratulations on launching. You've done a great job of explaining what the project is and how it works. I'm not in the ecosystem you've built this for so I can't comment too much on the project itself, but nice work communicating it.

    If anyone is interested in testing code/sql against postgres, I recently released https://github.com/peterldowns/pgtestdb. It uses template databases and advisory locks to give each test its own unique database with a near-zero marginal cost for each additional test. Combined with a ram/tmpfs-backed postgres server that is tuned for performance, it goes extremely fast.

    Currently just for golang but I'm planning on releasing equivalent-capability libraries for Python and Typescript over the next month. If anyone has any thoughts/comments/feedback/suggestions I'd be extremely thankful.

gobyexample

Posts with mentions or reviews of gobyexample. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-17.

What are some alternatives?

When comparing pgtestdb and gobyexample you can also consider the following projects:

testy - test helpers for more meaningful, readable, and fluent tests

learngo - ❤️ 1000+ Hand-Crafted Go Examples, Exercises, and Quizzes. 🚀 Learn Go by fixing 1000+ tiny programs.

learn-go-with-tests - Learn Go with test-driven development

recipes - 📁 Examples for 🚀 Fiber

Rustlings - :crab: Small exercises to get you used to reading and writing Rust code!

splitter - React component for building split views like in VS Code

AzurePolicyTestFramework - A command line tool to test Azure Policy relying on Terraform + Golang

gopl.io - Example programs from "The Go Programming Language"

JSON-to-Go - Translates JSON into a Go type in your browser instantly (original)

operator-sdk - SDK for building Kubernetes applications. Provides high level APIs, useful abstractions, and project scaffolding.

golang-developer-roadmap - Roadmap to becoming a Go developer in 2020

niv - Easy dependency management for Nix projects