END of Dev today
This commit is contained in:
parent
fb54106b2d
commit
9137a379ce
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue