SS-Unit VS graphjin

Compare SS-Unit vs graphjin and see what are their differences.

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
SS-Unit graphjin
1 61
9 2,847
- -
10.0 5.5
over 4 years ago 10 days ago
TSQL Go
MIT License Apache License 2.0
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.

SS-Unit

Posts with mentions or reviews of SS-Unit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-31.
  • Ask HN: How do you test SQL?
    18 projects | news.ycombinator.com | 31 Jan 2023
    Back in the mid-noughties I decided to see if I could write SQL in a test-first manner (i.e. TDD). This resulted in me writing a 100% T-SQL based unit testing framework for SQL Server [1] which we then used for the SQL back-end at an investment bank.

    On the back on that professional use I wrote a blog post [2] explaining why you might choose to go down this route as it wasn't the way database was developed way back then (SQL wasn't developed in the same way as the other front-end and back-end code).

    A few years later I gave a short 20-minute talk (videoed) to show what writing SQL using TDD looked like for me. It's hard to show all the kinds of tests we wrote in practice at the bank but the talk is intended to show how rapid the feedback loop can be using a standard DB query tool and two code windows - production code and tests.

    Be kind, it was a long time ago and I'm sure the state of the art has improved a lot in the intervening years :o).

    Chris Oldwood

    ---

    [1] SQL Server Unit: https://github.com/chrisoldwood/SS-Unit

    [2] You Write Your SQL Unit Tests in SQL?: https://chrisoldwood.blogspot.com/2011/04/you-write-your-sql...

    [3] Test-Driven SQL: https://www.youtube.com/watch?v=5-MWYKLM3r0

graphjin

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

What are some alternatives?

When comparing SS-Unit and graphjin you can also consider the following projects:

dbt-unit-testing - This dbt package contains macros to support unit testing that can be (re)used across dbt projects.

Hasura - Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.

squire

graphql-go - GraphQL server with a focus on ease of use

datajudge - Assessing whether data from database complies with reference information.

gqlgen - go generate based graphql server library

integresql - IntegreSQL manages isolated PostgreSQL databases for your integration tests.

asciinema - Platform for hosting and sharing terminal session recordings

Flyway - Flyway by Redgate • Database Migrations Made Easy.

graphql-benchmarks - GraphQL benchmarks using the-benchmarker framework.

sqlx - 🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.

node-pg-migrate - Node.js database migration management for PostgreSQL