END of Dev today

This commit is contained in:
jndaniels 2024-10-29 21:02:35 -05:00
parent fb54106b2d
commit 9137a379ce
2 changed files with 63 additions and 1 deletions

View File

@ -1,3 +1,64 @@
{
"exec": {}
"meta": {
"$_GET": [
{
"type": "text",
"name": "sort"
},
{
"type": "text",
"name": "dir"
}
]
},
"exec": {
"steps": {
"name": "query",
"module": "dbconnector",
"action": "select",
"options": {
"connection": "ERTdb",
"sql": {
"type": "select",
"columns": [],
"params": [],
"table": {
"name": "da"
},
"primary": "ID",
"joins": [],
"orders": [],
"query": "select * from `da`"
}
},
"output": true,
"meta": [
{
"type": "number",
"name": "ID"
},
{
"type": "text",
"name": "db_fullName"
},
{
"type": "text",
"name": "db_licenseNumber"
},
{
"type": "text",
"name": "db_stateIssue"
},
{
"type": "number",
"name": "db_employeeID"
},
{
"type": "text",
"name": "owner"
}
],
"outputType": "array"
}
}
}

View File

@ -1,4 +1,5 @@
<!-- Wappler include head-page="layouts/main" fontawesome_5="cdn" bootstrap5="local" is="dmx-app" id="index" appConnect="local" components="{dmxBootstrap5Navigation:{},dmxAnimateCSS:{},dmxStateManagement:{},dmxDatastore:{},dmxBootstrap5Modal:{},dmxFormatter:{},dmxBootstrap5TableGenerator:{},dmxBootstrap5Toasts:{}}" -->
<dmx-serverconnect id="DBSC1" url="/api/dbQuery"></dmx-serverconnect>
<script is="dmx-flow" id="DSflow1" type="text/dmx-flow">{
confirm: {
name: "DSConfirm",