renovate

Renovate is a CLI tool to help you to work on Postgres SQL migration easily. (by tyrchen)

Renovate Alternatives

Similar projects and alternatives to renovate

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better renovate alternative or higher similarity.

renovate reviews and mentions

Posts with mentions or reviews of renovate. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-02.
  • We built our customer data warehouse all on Postgres
    16 projects | news.ycombinator.com | 2 Feb 2024
    Thanks! Yeah definitely agree that building out declarative table management for Postgres would be a major effort. A few open source projects I've seen in that area include:

    https://github.com/sqldef/sqldef (Go)

    https://github.com/bikeshedder/tusker (Python but being ported to Rust)

    https://github.com/tyrchen/renovate (Rust)

    https://github.com/blainehansen/postgres_migrator (Rust)

    Some of these are based on parsing SQL, and others are based on running the CREATEs in a temporary location and introspecting the result.

    The schema export side can be especially tricky for Postgres, since it lacks a built-in equivalent to MySQL's SHOW CREATE TABLE. So most of these declarative pg tools shell out to pg_dump, or require the user to do so. But sqldef actually implements CREATE TABLE dumping in pure Golang if I recall correctly, which is pretty cool.

    There's also the question of implementing the table diff logic from scratch, vs shelling out to another tool or using a library. For the latter path, there's a nice blog post from Supabase about how they evaluated the various options: https://supabase.com/blog/supabase-cli#choosing-the-best-dif...

  • Renovate: A new way to handle Postgres schema migration, inspired by Terraform
    1 project | news.ycombinator.com | 8 Jan 2023
  • Renovate: A new way to handle Postgres schema migration
    6 projects | /r/rust | 8 Jan 2023
    If it looks interesting to you, here's the repo with more details: https://github.com/tyrchen/renovate.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 2 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic renovate repo stats
3
79
10.0
over 1 year ago

tyrchen/renovate is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of renovate is Rust.


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