feat(dataflow): model production SQL flow patterns

This commit is contained in:
2026-07-30 18:19:18 +02:00
parent 0664570607
commit e091042948
26 changed files with 2169 additions and 36 deletions
+4
View File
@@ -3,6 +3,7 @@ import {
BadgeCheck,
Boxes,
Braces,
Calculator,
Columns3,
Combine,
Database,
@@ -11,6 +12,7 @@ import {
ListEnd,
ListFilter,
ListChecks,
ListOrdered,
PanelTopOpen,
Replace,
ReplaceAll,
@@ -26,6 +28,7 @@ const icons: Record<string, LucideIcon> = {
"badge-check": BadgeCheck,
boxes: Boxes,
braces: Braces,
calculator: Calculator,
"columns-3": Columns3,
combine: Combine,
database: Database,
@@ -34,6 +37,7 @@ const icons: Record<string, LucideIcon> = {
"list-end": ListEnd,
"list-filter": ListFilter,
"list-checks": ListChecks,
"list-ordered": ListOrdered,
"panel-top-open": PanelTopOpen,
replace: Replace,
"replace-all": ReplaceAll,