feat(dataflow): model production SQL flow patterns
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user