The Database Ruins All Good Ideas

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • rqlite

    The lightweight, user-friendly, distributed relational database built on SQLite.

    SQLite is a remarkably good solution to most of these problems, if deployed correctly.

    For your main line-of-business database? Of course not. But a deployment of rqlite[0] for your service workers in a read-heavy workload? cuts out a round-trip out of the VM, mocking is trivial, there's a lot to like there.

    [0]: https://github.com/rqlite/rqlite

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • vitess

    Vitess is a database clustering system for horizontal scaling of MySQL.

    >Each tier is either easy to reason about scaling out horizontally except for the database.

    Vitess [1], A database clustering system for horizontal scaling of MySQL, or Planetscale [2] which is the SaaS version. Of course everything is good on paper until you run into edge cases. But I am convinced within this decade scaling problem or hassle will be a thing of the past for 95% of us.

    [1] https://vitess.io

    [2] https://www.planetscale.com

  • embedded-database-spring-test

    A library for creating isolated embedded databases for Spring-powered integration tests.

    and now as easy as adding `@AutoConfigureEmbeddedDatabase`

    https://github.com/zonkyio/embedded-database-spring-test

    also helps with having it verify all your database migrations as well

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • The Double-Edged Sword of Microservices: Balancing Abstraction and Complexity

    5 projects | dev.to | 26 Nov 2024
  • Building a RESTful API With Functions

    9 projects | dev.to | 29 Jan 2023
  • My "Artisinal" Ingress

    5 projects | dev.to | 18 Apr 2022
  • Show HN: Generate type-safe code for SQL queries in any language

    2 projects | news.ycombinator.com | 27 Nov 2024
  • Amazon S3 Adds Put-If-Match (Compare-and-Swap)

    5 projects | news.ycombinator.com | 25 Nov 2024

Did you konow that Go is
the 4th most popular programming language
based on number of metions?