Building cloud native apps: Databases best practices

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • migrator

    Super fast and lightweight DB migration & evolution tool written in Go (by lukaszbudnik)

    For relational database migrations and versioning, I'm using migrator. It's a super lightweight and super fast database migration tool written in Go. It runs as a docker container and exposes simple yet powerful GraphQL API. All migrations applied by migrator are grouped into versions for traceability, auditing, and compliance purposes.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • c3p0

    a mature, highly concurrent JDBC Connection pooling library, with support for caching and reuse of PreparedStatements.

    If you are looking for Java examples: I used C3P0 in the past and then switched to Hikari.

  • HikariCP

    光 HikariCP・A solid, high-performance, JDBC connection pool at last.

    If you are looking for Java examples: I used C3P0 in the past and then switched to Hikari.

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

  • Some Go web dev notes

    16 projects | news.ycombinator.com | 29 Sep 2024
  • Scalable Server SQLite Apps

    1 project | news.ycombinator.com | 27 Sep 2024
  • Melhorando o desempenho de aplicações Spring Boot - Parte II

    2 projects | dev.to | 27 Aug 2024
  • GORM, PostgreSQL & Atlas

    4 projects | dev.to | 12 Aug 2024
  • Show HN: WAL Implementation in Golang

    4 projects | news.ycombinator.com | 8 Jul 2024