feat(\db-tool\): introduce unified db-tool package with postgres harness and tests (T0-T8)
This commit is contained in:
@@ -12,4 +12,13 @@ in {
|
||||
colors = hectic.writeDash "colors.sh" ''
|
||||
${builtins.readFile ./colors.sh}
|
||||
'';
|
||||
change_namespace = hectic.writeDash "change_namespace.sh" ''
|
||||
${builtins.readFile ./change_namespace.sh}
|
||||
'';
|
||||
quote = hectic.writeDash "quote.sh" ''
|
||||
${builtins.readFile ./quote.sh}
|
||||
'';
|
||||
pager_or_cat = hectic.writeDash "pager_or_cat.sh" ''
|
||||
${builtins.readFile ./pager_or_cat.sh}
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user