igorkasyanchuk/sql_view

schema evolution - view defs changing + cascaded dependencies

Offen

#5 geöffnet am 18.03.2024

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Ruby (0 Forks)github user discovery
help wanted

Repository-Metriken

Stars
 (55 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

nice to see some activity and innovation and the rails eco system ! (stumbled on your gem collection)

does your gem support schema evolution? meaning what if the view definition changes but there are other databas views that depend on this view. with scenic we can manage this by removing all dependent views, changing the view and redefining the dependent views.

Contributor Guide