igorkasyanchuk/sql_view

schema evolution - view defs changing + cascaded dependencies

Open

#5 aberto em 18 de mar. de 2024

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Ruby (0 forks)github user discovery
help wanted

Métricas do repositório

Stars
 (55 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador